Skip to content

Commit cee6f85

Browse files
committed
Fix quality flaw
1 parent 2dc800b commit cee6f85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java-squid/src/main/java/org/sonar/java/se/symbolicvalues/BinaryRelation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
public abstract class BinaryRelation {
3737

38-
public class TransitiveRelationExceededException extends RuntimeException {
38+
public static class TransitiveRelationExceededException extends RuntimeException {
3939
public TransitiveRelationExceededException() {
4040
super("Number of transitive relations exceeded!");
4141
}

0 commit comments

Comments
 (0)