Skip to content

Commit

Permalink
Fix quality flaw
Browse files Browse the repository at this point in the history
  • Loading branch information
benzonico committed Feb 1, 2016
1 parent 2dc800b commit cee6f85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

public abstract class BinaryRelation {

public class TransitiveRelationExceededException extends RuntimeException {
public static class TransitiveRelationExceededException extends RuntimeException {
public TransitiveRelationExceededException() {
super("Number of transitive relations exceeded!");
}
Expand Down

0 comments on commit cee6f85

Please sign in to comment.