Skip to content

Commit 53fda35

Browse files
committed
GH-5314: rephrase exception message
1 parent e2bf139 commit 53fda35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/queryparser/sparql/src/main/java/org/eclipse/rdf4j/query/parser/sparql/TupleExprBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ public TupleExpr visit(ASTConstruct node, Object data) throws VisitorException {
821821

822822
// check if the construct template contains any invalid nodes
823823
if (isInvalidConstructQueryTemplate(node, true)) {
824-
throw new MalformedQueryException("Invalid construct caluse.");
824+
throw new MalformedQueryException("Invalid construct clause.");
825825
}
826826

827827
TupleExpr result = (TupleExpr) data;

0 commit comments

Comments
 (0)