renamed UriUtilsTest to UriUtilsTests

master
Juergen Hoeller 14 years ago
parent ace7b072f1
commit 19fcbeafb4
  1. 6
      org.springframework.web/src/test/java/org/springframework/web/util/UriUtilsTests.java

@ -21,8 +21,10 @@ import java.io.UnsupportedEncodingException;
import static org.junit.Assert.*; import static org.junit.Assert.*;
import org.junit.Test; import org.junit.Test;
/** @author Arjen Poutsma */ /**
public class UriUtilsTest { * @author Arjen Poutsma
*/
public class UriUtilsTests {
private static final String ENC = "UTF-8"; private static final String ENC = "UTF-8";
Loading…
Cancel
Save