Fix modifiers order

See gh-11681
This commit is contained in:
igor-suhorukov
2018-01-19 01:18:18 +03:00
committed by Stephane Nicoll
parent 322a629b53
commit e2d05607f2
22 changed files with 25 additions and 25 deletions

View File

@@ -105,7 +105,7 @@ public class ScheduledTasksEndpoint {
/**
* Base class for descriptions of a {@link Task}.
*/
public static abstract class TaskDescription {
public abstract static class TaskDescription {
private static final Map<Class<? extends Task>, Function<Task, TaskDescription>> DESCRIBERS = new LinkedHashMap<>();