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 2015/02/06 13:51:09 UTC

[2/4] jena git commit: Fix error message (1.7 not 1.6)

Fix error message (1.7 not 1.6)


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

Branch: refs/heads/master
Commit: 2b3569f862540197348370f8508e45047d5baafe
Parents: 0d8a674
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Feb 6 12:04:51 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Feb 6 12:04:51 2015 +0000

----------------------------------------------------------------------
 jena-fuseki/fuseki | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/2b3569f8/jena-fuseki/fuseki
----------------------------------------------------------------------
diff --git a/jena-fuseki/fuseki b/jena-fuseki/fuseki
index a4735a3..4ba1682 100755
--- a/jena-fuseki/fuseki
+++ b/jena-fuseki/fuseki
@@ -181,7 +181,7 @@ then
 fi
 if [ -z "$JAVA" ]
 then
-  echo "Cannot find a Java JDK. Please set either set JAVA or put java (>=1.6) in your PATH." 2>&2
+  echo "Cannot find a Java JDK. Please set either set JAVA or put java (>=1.7) in your PATH." 2>&2
   exit 1
 fi