fix : Code format modification

pull/912/head
pizihao 3 years ago
parent fbb6d05dee
commit 1fe08cabf6

@ -70,7 +70,7 @@ public interface HandlerManager<T> {
@Data @Data
@AllArgsConstructor @AllArgsConstructor
class HandlerEntity<T> implements Comparable<HandlerEntity<T>>{ class HandlerEntity<T> implements Comparable<HandlerEntity<T>> {
/** /**
* order, The Handler with a larger value is executed after the Handler with a smaller value * order, The Handler with a larger value is executed after the Handler with a smaller value

Loading…
Cancel
Save