Title: [1107] trunk/qdox/src/grammar/parser.y: fields now end with SEMI instead of memberend
Revision
1107
Author
rfscholte
Date
2011-03-05 10:36:37 -0600 (Sat, 05 Mar 2011)

Log Message

fields now end with SEMI instead of memberend

Modified Paths


Diff

Modified: trunk/qdox/src/grammar/parser.y (1106 => 1107)

--- trunk/qdox/src/grammar/parser.y	2011-03-05 14:16:30 UTC (rev 1106)
+++ trunk/qdox/src/grammar/parser.y	2011-03-05 16:36:37 UTC (rev 1107)
@@ -563,7 +563,7 @@
         fieldType = $2;
         makeField($3, lexer.getCodeBody());
     }
-    extrafields memberend {
+    extrafields SEMI {
         modifiers.clear();
     };
   


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to