mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
javadoc updates
This commit is contained in:
parent
8ecbe03749
commit
0abbbd473c
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user