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 2015/07/07 14:53:13 UTC

[14/18] jena git commit: Comment style consistent (JENA-977)

Comment style consistent (JENA-977)


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

Branch: refs/heads/master
Commit: 9b0703919277bf4197241504feef355a14f1fe56
Parents: 12dc2cc
Author: Rob Vesse <rv...@apache.org>
Authored: Tue Jun 30 16:36:38 2015 +0100
Committer: Rob Vesse <rv...@apache.org>
Committed: Tue Jun 30 16:36:38 2015 +0100

----------------------------------------------------------------------
 apache-jena/bin/tdbloader2data  | 2 +-
 apache-jena/bin/tdbloader2index | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/9b070391/apache-jena/bin/tdbloader2data
----------------------------------------------------------------------
diff --git a/apache-jena/bin/tdbloader2data b/apache-jena/bin/tdbloader2data
index ff44695..d0dde29 100755
--- a/apache-jena/bin/tdbloader2data
+++ b/apache-jena/bin/tdbloader2data
@@ -237,7 +237,7 @@ if [ ! -d "$LOC" ]; then
   abort 1 "Database location is not a directory: $LOC"
 fi
 
-## Prepare JVM Arguments
+# Prepare JVM Arguments
 JVM_ARGS=${JVM_ARGS:--Xmx1200M}
 debug "JVM Arguments are $JVM_ARGS"
 

http://git-wip-us.apache.org/repos/asf/jena/blob/9b070391/apache-jena/bin/tdbloader2index
----------------------------------------------------------------------
diff --git a/apache-jena/bin/tdbloader2index b/apache-jena/bin/tdbloader2index
index c057b49..458698c 100755
--- a/apache-jena/bin/tdbloader2index
+++ b/apache-jena/bin/tdbloader2index
@@ -242,7 +242,7 @@ debug "Data text files are $DATA_TRIPLES and $DATA_QUADS"
 if [ -z "$SORT_ARGS" ]; then
     SORT_ARGS="--buffer-size=50%"
 
-    ##--parallel is not always available.
+    # --parallel is not always available.
     # Temporarily disable exit on error while we check for --parallel support
     set +e
     sort --parallel=3 < /dev/null 2>/dev/null
@@ -263,7 +263,7 @@ fi
 debug "Jena Classpath is $JENA_CP"
 
 # ---- Index intermediates
-## All files are written S P O / G S P O columns per row but in different sort orders.
+# All files are written S P O / G S P O columns per row but in different sort orders.
 info "Index Building Phase"
 
 # Check whether Pipe Viewer is available