Parcourir la source

Merge pull request #247 from NingZhang-e/issue246

Clean Java doc to fix #246
tags/rel_3_25_0_ga
Shigeru Chiba il y a 5 ans
Parent
révision
eff2f4bbd0
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1
    5
      src/main/javassist/ClassPool.java

+ 1
- 5
src/main/javassist/ClassPool.java Voir le fichier

@@ -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>.

Chargement…
Annuler
Enregistrer