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:48:26 UTC

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

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

 ##########
 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:
   It's regular switch case fallthrough. The formatting makes it looks special.
   Presentation is everything.

----------------------------------------------------------------
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