summaryrefslogtreecommitdiffstats
path: root/luni/src/test/etc/loading-test-jar
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2011-01-17 15:35:14 -0800
committerDan Bornstein <danfuzz@android.com>2011-01-17 15:35:14 -0800
commit98d0bacbcad0c5cc66495bed32f9caa7fb236d1f (patch)
tree73caf9cfdb09a6e02b107d1d4fc3b9051c0e8459 /luni/src/test/etc/loading-test-jar
parent6bfc6b199a14f8eb893426b7d48bcf06a3a32015 (diff)
downloadlibcore-98d0bacbcad0c5cc66495bed32f9caa7fb236d1f.zip
libcore-98d0bacbcad0c5cc66495bed32f9caa7fb236d1f.tar.gz
libcore-98d0bacbcad0c5cc66495bed32f9caa7fb236d1f.tar.bz2
Make the comment reflect reality.
Change-Id: I28911532a169c763bf52fb95b29f1ade34792d34
Diffstat (limited to 'luni/src/test/etc/loading-test-jar')
-rw-r--r--luni/src/test/etc/loading-test-jar/TestMethods.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/luni/src/test/etc/loading-test-jar/TestMethods.java b/luni/src/test/etc/loading-test-jar/TestMethods.java
index aa9b3cd..fd40163 100644
--- a/luni/src/test/etc/loading-test-jar/TestMethods.java
+++ b/luni/src/test/etc/loading-test-jar/TestMethods.java
@@ -22,10 +22,11 @@ import java.io.IOException;
import java.io.InputStream;
/**
- * Class used as part of the class loading tests. This class uses other
- * classes that should have come from the same jar/dex file. Each test
- * method in this class is called from the same-named method in
- * {@code DexClassLoaderTest}.
+ * Class used as part of the class loading tests. This class uses
+ * other classes, some of which should have come from the same jar/dex
+ * file and others of which should have come from a different jar/dex
+ * file. Each test method in this class is called from the same-named
+ * method in {@code DexClassLoaderTest}.
*/
public class TestMethods {
/*