summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2019-10-24 17:02:37 +0100
committerVictor Chang <vichang@google.com>2019-10-24 17:06:22 +0100
commit5d3533f842fa98064fcc3bb84d5616d6287b0207 (patch)
treed4809ea22d99b7c92add01bf8f00b6b806dd0daa
parent98318494cb5b802c0c3a93fdaabb2239a5b13e9e (diff)
downloaddalvik-5d3533f842fa98064fcc3bb84d5616d6287b0207.tar.gz
Remove commment about java.nio.charset.ModifiedUtf8
java.nio.charset.ModifiedUtf8 is unused and removed. Test: treehugger Change-Id: I650c0bee5066c3bc2ca4bd8a845ee7d6f88faea2
-rw-r--r--dx/src/com/android/dex/Mutf8.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/dx/src/com/android/dex/Mutf8.java b/dx/src/com/android/dex/Mutf8.java
index c64da331b..df3f3159d 100644
--- a/dx/src/com/android/dex/Mutf8.java
+++ b/dx/src/com/android/dex/Mutf8.java
@@ -21,8 +21,6 @@ import java.io.UTFDataFormatException;
/**
* 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() {}