Skip to content

Commit

Permalink
merge from 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xedin committed May 26, 2012
2 parents ce96563 + 46722cc commit 0c8c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/cli/Cli.g
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ IntegerNegativeLiteral

DoubleLiteral
: Digit+ ('.' Digit+)?
| '.' Digit+
| ' ' '.' Digit+
;

Identifier
Expand Down

0 comments on commit 0c8c855

Please sign in to comment.