fixed/removed unneeded change
@@ -1488,7 +1488,7 @@ void MethodDeclaration(int modifiers) : {jjtThis.setModifiers(modifiers);} { [ TypeParameters() ] - ResultType() MethodDeclarator() [ "throws" NameList() ] + [(Annotation() {checkForBadTypeAnnotations();})+] ResultType() MethodDeclarator() [ "throws" NameList() ]
This commit is contained in:
@ -1488,7 +1488,7 @@ void MethodDeclaration(int modifiers) :
|
||||
{jjtThis.setModifiers(modifiers);}
|
||||
{
|
||||
[ TypeParameters() ]
|
||||
[(Annotation() {checkForBadTypeAnnotations();})+] ResultType() MethodDeclarator() [ "throws" NameList() ]
|
||||
ResultType() MethodDeclarator() [ "throws" NameList() ]
|
||||
( Block() | ";" )
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user