Skip to content

Commit

Permalink
fixes small CLI bug introduced by CASSANDRA-3865
Browse files Browse the repository at this point in the history
  • Loading branch information
xedin committed May 26, 2012
1 parent d16c446 commit 46722cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/cli/Cli.g
Expand Up @@ -622,7 +622,7 @@ IntegerNegativeLiteral

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

Identifier
Expand Down

0 comments on commit 46722cc

Please sign in to comment.