You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2014/11/10 11:51:16 UTC

[17/50] [abbrv] jena git commit: Typo

Typo

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

Branch: refs/heads/hadoop-rdf
Commit: 47c7f4be6a9febe9ecd6ccbc081d8512def2549e
Parents: c2fc9f5
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Nov 1 18:48:49 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Nov 1 18:48:49 2014 +0000

----------------------------------------------------------------------
 .../main/java/com/hp/hpl/jena/sparql/expr/aggregate/AggNull.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/47c7f4be/jena-arq/src/main/java/com/hp/hpl/jena/sparql/expr/aggregate/AggNull.java
----------------------------------------------------------------------
diff --git a/jena-arq/src/main/java/com/hp/hpl/jena/sparql/expr/aggregate/AggNull.java b/jena-arq/src/main/java/com/hp/hpl/jena/sparql/expr/aggregate/AggNull.java
index 18edbab..10283b7 100644
--- a/jena-arq/src/main/java/com/hp/hpl/jena/sparql/expr/aggregate/AggNull.java
+++ b/jena-arq/src/main/java/com/hp/hpl/jena/sparql/expr/aggregate/AggNull.java
@@ -25,7 +25,7 @@ import com.hp.hpl.jena.sparql.expr.NodeValue ;
 import com.hp.hpl.jena.sparql.function.FunctionEnv ;
 
 /** The null aggregate (which can't be written in SPARQL) 
- * calculates nothering but does help remember the group key  
+ * calculates nothing but does help remember the group key.  
  */
 public class AggNull extends AggregatorBase
 {