Skip to content

Commit 19fcbea

Browse files
committed
renamed UriUtilsTest to UriUtilsTests
1 parent ace7b07 commit 19fcbea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

org.springframework.web/src/test/java/org/springframework/web/util/UriUtilsTest.java renamed to org.springframework.web/src/test/java/org/springframework/web/util/UriUtilsTests.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
import static org.junit.Assert.*;
2222
import org.junit.Test;
2323

24-
/** @author Arjen Poutsma */
25-
public class UriUtilsTest {
24+
/**
25+
* @author Arjen Poutsma
26+
*/
27+
public class UriUtilsTests {
2628

2729
private static final String ENC = "UTF-8";
2830

0 commit comments

Comments
 (0)