[jboss-cvs] javassist SVN: r580 - trunk/src/main/javassist/compiler.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 5 00:26:07 EST 2011


Author: chiba
Date: 2011-01-05 00:26:06 -0500 (Wed, 05 Jan 2011)
New Revision: 580

Modified:
   trunk/src/main/javassist/compiler/Parser.java
Log:
fixed a typo.

Modified: trunk/src/main/javassist/compiler/Parser.java
===================================================================
--- trunk/src/main/javassist/compiler/Parser.java	2010-10-05 10:43:39 UTC (rev 579)
+++ trunk/src/main/javassist/compiler/Parser.java	2011-01-05 05:26:06 UTC (rev 580)
@@ -891,7 +891,7 @@
     /* cast.expr : "(" builtin.type ("[" "]")* ")" unary.expr
                  | "(" class.type ("[" "]")* ")" unary.expr2
 
-       unary.expr2 is a unary.expr begining with "(", NULL, StringL,
+       unary.expr2 is a unary.expr beginning with "(", NULL, StringL,
        Identifier, THIS, SUPER, or NEW.
 
        Either "(int.class)" or "(String[].class)" is a not cast expression.



More information about the jboss-cvs-commits mailing list