Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
remove extra space before FROM token (fixes streamreasoning#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
wherget committed Apr 13, 2016
1 parent 7aff7c9 commit 26f6212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csparql-core/src/main/javacc/master.jj
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ TOKEN [IGNORE_CASE] :
| < ADD: "add " >
| <ASK: "ask ">
| <CONSTRUCT: "construct ">
| <FROM: " from ">
| <FROM: "from ">
| <WHERE: "where {">
| <SINGLELETTERTEXT: ["a"-"z","A"-"Z"] >
| <NUMBERS: ["0"-"9"] >
Expand Down

0 comments on commit 26f6212

Please sign in to comment.