Remove unnecessary semicolons
Closes gh-13144
This commit is contained in:
committed by
Stephane Nicoll
parent
972d952716
commit
e6a23fa3ff
@@ -38,6 +38,6 @@ public enum ShowDetails {
|
||||
/**
|
||||
* Always show details in the response.
|
||||
*/
|
||||
ALWAYS;
|
||||
ALWAYS
|
||||
|
||||
}
|
||||
|
||||
@@ -277,7 +277,7 @@ public class ScheduledTasksEndpoint {
|
||||
|
||||
private enum TaskType {
|
||||
|
||||
CRON, FIXED_DELAY, FIXED_RATE;
|
||||
CRON, FIXED_DELAY, FIXED_RATE
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user