Skip to content
Snippets Groups Projects
Commit 0abbbd47 authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

javadoc updates

parent 8ecbe037
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment