Browse Source

Fix checkstyle violation

pull/26125/head
Rossen Stoyanchev 4 years ago
parent
commit
f1af8a6ae9
  1. 2
      spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapterIntegrationTests.java

2
spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapterIntegrationTests.java

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
package org.springframework.web.servlet.mvc.method.annotation;
import java.awt.*;
import java.awt.Color;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;

Loading…
Cancel
Save