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 2016/03/13 18:27:59 UTC

[13/16] jena git commit: Update comment.

Update comment.

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/69ef0a7c
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/69ef0a7c
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/69ef0a7c

Branch: refs/heads/master
Commit: 69ef0a7cd1e94862421f9ec67b3ed1e08dda8b29
Parents: 7cc7e0e
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Mar 12 18:04:48 2016 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun Mar 13 17:22:25 2016 +0000

----------------------------------------------------------------------
 .../org/apache/jena/sparql/function/StandardFunctions.java    | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/69ef0a7c/jena-arq/src/main/java/org/apache/jena/sparql/function/StandardFunctions.java
----------------------------------------------------------------------
diff --git a/jena-arq/src/main/java/org/apache/jena/sparql/function/StandardFunctions.java b/jena-arq/src/main/java/org/apache/jena/sparql/function/StandardFunctions.java
index c860f47..d124204 100644
--- a/jena-arq/src/main/java/org/apache/jena/sparql/function/StandardFunctions.java
+++ b/jena-arq/src/main/java/org/apache/jena/sparql/function/StandardFunctions.java
@@ -34,8 +34,11 @@ public class StandardFunctions
         String math = ARQConstants.mathPrefix ;
         String sparqlfn = ARQConstants.fnSparql ;
         
-        // See http://www.w3.org/TR/xpath-datamodel/#types-hierarchy
-        // No durations here
+        // Update documentation in xsd-support.md
+        
+        // See also:
+        // http://www.w3.org/TR/xpath-datamodel/#types-hierarchy
+        // https://www.w3.org/TR/xpath-datamodel-3/
         
         addCastNumeric(registry, XSDDatatype.XSDdecimal) ;
         addCastNumeric(registry, XSDDatatype.XSDinteger) ;