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"] )


Reply via email to