]> source.dussan.org Git - javassist.git/commitdiff
Fix Issue #246 via clean java doc. 247/head
authorenigzhg <ning.n.zhang@ericsson.com>
Tue, 12 Feb 2019 03:55:10 +0000 (11:55 +0800)
committerenigzhg <ning.n.zhang@ericsson.com>
Tue, 12 Feb 2019 03:55:10 +0000 (11:55 +0800)
src/main/javassist/ClassPool.java

index 37f2acbd246826625b04f4a7204c7fac071c4d1b..7d8cde0800b6669ecf2e29eedc8bfdd9e8902801 100644 (file)
@@ -1246,11 +1246,7 @@ public class ClassPool {
      * <code>getPackage()</code> on the <code>Class</code> object returned 
      * by <code>toClass()</code> will return a non-null object.</p>
      *
-     * <p>The jigsaw module introduced by Java 9 has broken this method.
-     * In Java 9 or later, the VM argument
-     * <code>--add-opens java.base/java.lang=ALL-UNNAMED</code>
-     * has to be given to the JVM so that this method can run.
-     * </p>
+     * <p>The jigsaw module introduced by Java 9 has broken this method.</p>
      *
      * @param loader        the class loader passed to <code>toClass()</code> or
      *                      the default one obtained by <code>getClassLoader()</code>.