[Mulgara-svn] r1424 - trunk/tools/src/org/mulgara/tools
pag at mulgara.org
pag at mulgara.org
Wed Dec 24 07:21:58 UTC 2008
Author: pag
Date: 2008-12-23 23:21:57 -0800 (Tue, 23 Dec 2008)
New Revision: 1424
Modified:
trunk/tools/src/org/mulgara/tools/Tql.java
Log:
Corrected an incorrect comment about SPARQL, which should have said TQL
Modified: trunk/tools/src/org/mulgara/tools/Tql.java
===================================================================
--- trunk/tools/src/org/mulgara/tools/Tql.java 2008-12-16 20:11:02 UTC (rev 1423)
+++ trunk/tools/src/org/mulgara/tools/Tql.java 2008-12-24 07:21:57 UTC (rev 1424)
@@ -37,7 +37,7 @@
private static final URI HOST = URI.create("rmi://localhost/server1");
/**
- * Run a set of SPARQL queries against a local server.
+ * Run a set of TQL queries against a local server.
* @param args A list of filenames containing the queries to run.
* @throws Exception Any kind of exception is just displayed on stderr, without any handling.
*/
More information about the Mulgara-svn
mailing list