Skip to content

Commit 9a2471f

Browse files
author
James Leigh
authored
Merge pull request #869 from Fedict/issues/#364-handleconstraint-spin
Fix #364: Changed handleConstraintViolation to protected
2 parents 91351d7 + 2482d09 commit 9a2471f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/sail/spin/src/main/java/org/eclipse/rdf4j/sail/spin/SpinSailConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ private void checkConstraint(Resource subj, Resource constraint)
686686
}
687687
}
688688

689-
private void handleConstraintViolation(ConstraintViolation violation)
689+
protected void handleConstraintViolation(ConstraintViolation violation)
690690
throws ConstraintViolationException
691691
{
692692
switch (violation.getLevel()) {

0 commit comments

Comments
 (0)