Skip to content

Commit

Permalink
Changed visibility of constructor in Equals
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Aug 30, 2024
1 parent b7a163e commit cff1c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/src/ca/uqac/lif/cep/util/Equals.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static FunctionTree eq(Function f1, Function f2)
return new FunctionTree(instance, f1, f2);
}

private Equals()
protected Equals()
{
super(Object.class, Object.class, Boolean.class);
}
Expand Down

0 comments on commit cff1c58

Please sign in to comment.