We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace7b07 commit 19fcbeaCopy full SHA for 19fcbea
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
@@ -21,8 +21,10 @@
21
import static org.junit.Assert.*;
22
import org.junit.Test;
23
24
-/** @author Arjen Poutsma */
25
-public class UriUtilsTest {
+/**
+ * @author Arjen Poutsma
26
+ */
27
+public class UriUtilsTests {
28
29
private static final String ENC = "UTF-8";
30
0 commit comments