Remove jetbrains annotations inserted by IDE
This commit is contained in:
@@ -23,7 +23,6 @@ import java.util.Map;
|
||||
import java.util.Optional;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import reactor.core.publisher.Mono;
|
||||
|
||||
import org.springframework.core.Conventions;
|
||||
@@ -104,7 +103,6 @@ class ModelInitializer {
|
||||
});
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private Mono<Void> invokeModelAttributeMethods(BindingContext bindingContext,
|
||||
List<InvocableHandlerMethod> modelMethods, ServerWebExchange exchange) {
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import reactor.core.publisher.Mono;
|
||||
@@ -208,7 +207,6 @@ public class ModelInitializerTests {
|
||||
}
|
||||
|
||||
|
||||
@NotNull
|
||||
private InitBinderBindingContext getBindingContext(Object controller) {
|
||||
|
||||
List<SyncInvocableHandlerMethod> binderMethods =
|
||||
|
||||
Reference in New Issue
Block a user