You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by "afs (via GitHub)" <gi...@apache.org> on 2023/01/23 20:41:42 UTC

[GitHub] [jena] afs commented on a diff in pull request #1724: Check that --loc is used once only.

afs commented on code in PR #1724:
URL: https://github.com/apache/jena/pull/1724#discussion_r1084524502


##########
jena-cmds/src/main/java/tdb/tdbconfig.java:
##########
@@ -52,196 +51,178 @@ public class tdbconfig extends CmdSub
     static final String CMD_INFO        = "info" ;
     static final String CMD_PREFIXES    = "prefixes" ;
 
-    static public void main(String... argv)
-    {
-        CmdTDB.init() ;
+    static public void main(String...argv) {

Review Comment:
   A space isn't needed.
   
   The Eclipse formatter took it out.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org