diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2004-09-03 14:00:20 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2004-09-03 14:00:20 +0000 |
commit | 0e6ebb79d3872415b7cb3d41f9aa8f83aba623ba (patch) | |
tree | b51eb0c0a03c3f4c93035b066e3f226d51f3ea07 /tutorial | |
parent | 9b3b5570519634919030492e4dd9562cdd64d9a4 (diff) | |
download | javassist-0e6ebb79d3872415b7cb3d41f9aa8f83aba623ba.tar.gz javassist-0e6ebb79d3872415b7cb3d41f9aa8f83aba623ba.zip |
Now the compiler supports a switch statement.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@131 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/tutorial2.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html index 9c158377..778f44ee 100644 --- a/tutorial/tutorial2.html +++ b/tutorial/tutorial2.html @@ -1395,8 +1395,7 @@ supported. <p><li>Inner classes or anonymous classes are not supported. -<p><li><code>switch</code> or <code>synchronized</code> -statements are not supported yet. +<p><li><code>synchronized</code> statements are not supported yet. <p><li>Labeled <code>continue</code> and <code>break</code> statements are not supported. |