javadoc updates

This commit is contained in:
Greg DiCristofaro 2023-09-01 13:35:07 -04:00
parent 8ecbe03749
commit 0abbbd473c

View File

@ -27,7 +27,7 @@ import org.apache.commons.lang3.ObjectUtils;
public enum PublicApiChangeType implements Comparator<PublicApiChangeType> { public enum PublicApiChangeType implements Comparator<PublicApiChangeType> {
NONE(0), COMPATIBLE_CHANGE(1), INCOMPATIBLE_CHANGE(2); NONE(0), COMPATIBLE_CHANGE(1), INCOMPATIBLE_CHANGE(2);
private int level; private final int level;
/** /**
* COnstructor. * COnstructor.