]> source.dussan.org Git - javassist.git/commitdiff
improved a javadoc comment.
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Fri, 25 Apr 2003 14:17:16 +0000 (14:17 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Fri, 25 Apr 2003 14:17:16 +0000 (14:17 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@11 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

src/main/javassist/CtMethod.java

index c5955a474e47bb1ff2fd2059f2a3a6be9c5b06a5..b5785f8850c57ddabdd0aa5c13e6373e3edfdc5f 100644 (file)
@@ -208,6 +208,10 @@ public final class CtMethod extends CtBehavior {
     /**
      * Sets the encoded modifiers of the method.
      *
+     * <p>Changing the modifiers may cause a problem.
+     * For example, if a non-static method is changed to static,
+     * the method will be rejected by the bytecode verifier.
+     *
      * @see Modifier
      */
     public void setModifiers(int mod) {