Skip to content

Commit

Permalink
Fix modifier sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
raynigon committed Oct 26, 2023
1 parent 4327f82 commit b877b1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.lang.reflect.InvocationTargetException;
import java.util.function.BiPredicate;

abstract public class AbstractUnitValidator<A extends Annotation>
public abstract class AbstractUnitValidator<A extends Annotation>
implements ConstraintValidator<A, Quantity<?>> {

private Unit<?> unit = null;
Expand Down

0 comments on commit b877b1f

Please sign in to comment.