You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/03/25 21:38:52 UTC

[GitHub] [jena] kinow commented on a change in pull request #716: cleanup: jena-shacl

kinow commented on a change in pull request #716: cleanup: jena-shacl 
URL: https://github.com/apache/jena/pull/716#discussion_r398185392
 
 

 ##########
 File path: jena-cmds/src/main/java/shacl/shacl.java
 ##########
 @@ -70,7 +70,7 @@ public static void main(String...args) {
             case "val": case "validate": case "v":
                 cmdExec = "validate";
                 break;
-            case "parse": case "p":
+            case "parse": case "p": case "print":
 
 Review comment:
   Oh, I didn't know we could combine `case` statements like this in Java! 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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