Fix typo in jboss7 module.

Closes #18598
This commit is contained in:
Mike Place 2015-01-05 15:57:09 -07:00
parent 927290ff44
commit ef567a9309

View File

@ -361,4 +361,4 @@ def __get_quoted_string(token):
def __is_assignment(token):
return '=>'
return token == '=>'