mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
Remove jetbrains annotations inserted by IDE
This commit is contained in:
-2
@@ -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) {
|
||||
|
||||
|
||||
-2
@@ -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