summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Hertz <shertz@google.com>2016-07-12 10:03:13 +0200
committerSebastien Hertz <shertz@google.com>2016-07-12 10:03:13 +0200
commit8be7c7a5a6377745054dcd3f1176a7f4cb96b153 (patch)
tree0ffa33a56c249df4c64e94f5cd3240d1056dcd35
parent048fbf7ccf53782a265c277df38c273d43e5450e (diff)
downloadmultidex-nougat-mr1-wear-release.tar.gz
Bug: 30076851 Change-Id: I6a148d0038baebfcfb987bf3ca498a0acf5d106c
-rw-r--r--library/src/android/support/multidex/MultiDex.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/android/support/multidex/MultiDex.java b/library/src/android/support/multidex/MultiDex.java
index 982bfbf..9864656 100644
--- a/library/src/android/support/multidex/MultiDex.java
+++ b/library/src/android/support/multidex/MultiDex.java
@@ -43,7 +43,7 @@ import java.util.regex.Pattern;
import java.util.zip.ZipFile;
/**
- * Monkey patches {@link Context#getClassLoader() the application context class
+ * MultiDex patches {@link Context#getClassLoader() the application context class
* loader} in order to load classes from more than one dex file. The primary
* {@code classes.dex} must contain the classes necessary for calling this
* class methods. Secondary dex files named classes2.dex, classes3.dex... found