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/02/17 18:07:28 UTC

svn commit: r1245656 - /incubator/jena/Jena2/ARQ/trunk/Grammar/tokens.txt

Author: andy
Date: Fri Feb 17 17:07:27 2012
New Revision: 1245656

URL: http://svn.apache.org/viewvc?rev=1245656&view=rev
Log:
Stray char in PN_LOCAL

Modified:
    incubator/jena/Jena2/ARQ/trunk/Grammar/tokens.txt

Modified: incubator/jena/Jena2/ARQ/trunk/Grammar/tokens.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/Grammar/tokens.txt?rev=1245656&r1=1245655&r2=1245656&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/Grammar/tokens.txt (original)
+++ incubator/jena/Jena2/ARQ/trunk/Grammar/tokens.txt Fri Feb 17 17:07:27 2012
@@ -243,7 +243,7 @@
 
 <#PN_PREFIX> ::= <PN_CHARS_BASE> ((<PN_CHARS>|'.')* <PN_CHARS>)?
 
-<#PN_LOCAL>       ::=  (<PN_CHARS_U> | [0-9] | <PLX> ) ( ( <PN_CHARS> | '.' | <PLX> )*  ( <PN_CHARS> | <PLX> ) ) ?  >
+<#PN_LOCAL>       ::=  (<PN_CHARS_U> | [0-9] | <PLX> ) ( ( <PN_CHARS> | '.' | <PLX> )*  ( <PN_CHARS> | <PLX> ) ) ?
 
 <#PLX>            ::= <PERCENT> | <PN_LOCAL_ESC>