Skip to content

Commit 2482d09

Browse files
committed
Changed handleConstraintViolation to protected
Signed-off-by: Bart Hanssens <bart.hanssens@fedict.be>
1 parent d5e7815 commit 2482d09

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)