DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master

Bug: 142003500
Change-Id: I906a4e6d9ed04a853bfadc837d4820884650413d
diff --git a/dx/src/com/android/dex/Mutf8.java b/dx/src/com/android/dex/Mutf8.java
index c64da33..df3f315 100644
--- a/dx/src/com/android/dex/Mutf8.java
+++ b/dx/src/com/android/dex/Mutf8.java
@@ -21,8 +21,6 @@
 
 /**
  * Modified UTF-8 as described in the dex file format spec.
- *
- * <p>Derived from libcore's MUTF-8 encoder at java.nio.charset.ModifiedUtf8.
  */
 public final class Mutf8 {
     private Mutf8() {}