We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc800b commit cee6f85Copy full SHA for cee6f85
1 file changed
java-squid/src/main/java/org/sonar/java/se/symbolicvalues/BinaryRelation.java
@@ -35,7 +35,7 @@
35
36
public abstract class BinaryRelation {
37
38
- public class TransitiveRelationExceededException extends RuntimeException {
+ public static class TransitiveRelationExceededException extends RuntimeException {
39
public TransitiveRelationExceededException() {
40
super("Number of transitive relations exceeded!");
41
}
0 commit comments