You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/06/17 19:46:25 UTC

svn commit: r1351133 - /jena/trunk/jena-arq/Grammar/master.jj

Author: andy
Date: Sun Jun 17 17:46:24 2012
New Revision: 1351133

URL: http://svn.apache.org/viewvc?rev=1351133&view=rev
Log:
Remove a space

Modified:
    jena/trunk/jena-arq/Grammar/master.jj

Modified: jena/trunk/jena-arq/Grammar/master.jj
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/Grammar/master.jj?rev=1351133&r1=1351132&r2=1351133&view=diff
==============================================================================
--- jena/trunk/jena-arq/Grammar/master.jj (original)
+++ jena/trunk/jena-arq/Grammar/master.jj Sun Jun 17 17:46:24 2012
@@ -2475,7 +2475,7 @@ TOKEN:
   // If goes ahead, consolidate
   <#PN_LOCAL: (<PN_CHARS_U> | ["0"-"9"] | <PLX> ) 
               ( (<PN_CHARS>|"."| <PLX> )* 
-                (<PN_CHARS>|<PLX>) ) ?  >
+                (<PN_CHARS>|<PLX>) )?  >
 |
   // NCNAME without "-" and ".", allowing leading digits.
   <#VARNAME: ( <PN_CHARS_U> | ["0"-"9"] )