Skip to content

Commit

Permalink
Added Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed Sep 11, 2021
1 parent 9162bc2 commit 0e0f3ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/it/albertus/eqbulletin/model/Status.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@

public enum Status {

/** Automatic */
A,
/** Confirmed */
C,
/** Manually revised */
M;

public String getDescription() {
Expand Down

0 comments on commit 0e0f3ed

Please sign in to comment.