Snap for 6008936 from ae7fd4fd3f40081da14760c5fbde3247341f07c4 to r-keystone-qcom-release

Change-Id: I593d13a147cf1cd25ba6e859688aa01149b8e137
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() {}