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 2014/05/12 20:01:34 UTC

svn commit: r1594039 - /jena/site/trunk/content/documentation/notes/typed-literals.mdtext

Author: andy
Date: Mon May 12 18:01:33 2014
New Revision: 1594039

URL: http://svn.apache.org/r1594039
Log:
Fix formatting

Modified:
    jena/site/trunk/content/documentation/notes/typed-literals.mdtext

Modified: jena/site/trunk/content/documentation/notes/typed-literals.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/notes/typed-literals.mdtext?rev=1594039&r1=1594038&r2=1594039&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/notes/typed-literals.mdtext (original)
+++ jena/site/trunk/content/documentation/notes/typed-literals.mdtext Mon May 12 18:01:33 2014
@@ -178,13 +178,13 @@ course, if they prove to be useful.
 Jena includes prebuilt, and pre-registered, instances of
 `RDFDatatype` for all of the relevant XSD types:
 
-> float double int long short byte unsignedByte unsignedShort
-> unsignedInt unsignedLong decimal integer nonPositiveInteger
-> nonNegativeInteger positiveInteger negativeInteger Boolean string
-> normalizedString anyURI token Name QName language NMTOKEN ENTITIES
-> NMTOKENS ENTITY ID NCName IDREF IDREFS NOTATION hexBinary
-> base64Binary date time dateTime duration gDay gMonth gYear
-> gYearMonth gMonthDay
+    float double int long short byte unsignedByte unsignedShort
+    unsignedInt unsignedLong decimal integer nonPositiveInteger
+    nonNegativeInteger positiveInteger negativeInteger Boolean string
+    normalizedString anyURI token Name QName language NMTOKEN ENTITIES
+    NMTOKENS ENTITY ID NCName IDREF IDREFS NOTATION hexBinary
+    base64Binary date time dateTime duration gDay gMonth gYear
+    gYearMonth gMonthDay
 
 These are all available as static member variables from
 [`com.hp.hpl.jena.datatypes.xsd.XSDDatatype`](/documentation/javadoc/jena/com/hp/hpl/jena/datatypes/xsd/XSDDatatype.html).
@@ -362,3 +362,4 @@ We do not expect to need to change the A
 group decision changes again, the most we might expect to do would
 be to undeprecate the 3-argument version of createLiteral.
 
+