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 2022/11/26 10:02:52 UTC

[GitHub] [jena] afs commented on a diff in pull request #1637: GH-1636 add support for semantic actions

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


##########
jena-shex/src/main/java/org/apache/jena/shex/expressions/ShapeExprAtom.java:
##########
@@ -31,6 +31,7 @@ public class ShapeExprAtom extends ShapeExpression {
     private final ShapeExpression other;
 
     public ShapeExprAtom(ShapeExpression other) {
+        super(null);

Review Comment:
   These super(null) are unnecessary. Add a protected constructor `ShapeExpression() { this(null); }`



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