Skip to content

Commit

Permalink
refactor: Renamed enum fields
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoJavaDev committed Oct 13, 2024
1 parent db75bd4 commit 10ea64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package pl.ateam.disasteralerts.disasteralert;

enum DisasterStatus {
AKTYWNE, ZAKOŃCZONE
ACTIVE, FINISHED
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package pl.ateam.disasteralerts.disasteralert;

enum DisasterType {
BURZA, POŻAR, POWÓDŹ, HURAGAN, ŚNIEŻYCA, SUSZA
STORM, FIRE, FLOOD, HURRICANE, BLIZZARD, DROUGHT
}

0 comments on commit 10ea64c

Please sign in to comment.