mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+2
-2
@@ -16,7 +16,6 @@
|
||||
|
||||
package org.springframework.web.accept;
|
||||
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.web.testfixture.servlet.MockHttpServletRequest;
|
||||
@@ -25,9 +24,10 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Unit tests for {@link HeaderApiVersionResolver}.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
*/
|
||||
public class HeaderApiVersionResolverTests {
|
||||
class HeaderApiVersionResolverTests {
|
||||
|
||||
private final String headerName = "Api-Version";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user