You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/10/19 11:38:50 UTC

svn commit: r1812620 - /tomcat/trunk/test/org/apache/jasper/compiler/TesterValidator.java

Author: markt
Date: Thu Oct 19 11:38:50 2017
New Revision: 1812620

URL: http://svn.apache.org/viewvc?rev=1812620&view=rev
Log:
Fix import order

Modified:
    tomcat/trunk/test/org/apache/jasper/compiler/TesterValidator.java

Modified: tomcat/trunk/test/org/apache/jasper/compiler/TesterValidator.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/jasper/compiler/TesterValidator.java?rev=1812620&r1=1812619&r2=1812620&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/jasper/compiler/TesterValidator.java (original)
+++ tomcat/trunk/test/org/apache/jasper/compiler/TesterValidator.java Thu Oct 19 11:38:50 2017
@@ -16,10 +16,11 @@
  */
 package org.apache.jasper.compiler;
 
-import org.apache.tomcat.util.security.Escape;
 import org.junit.Assert;
 import org.junit.Test;
 
+import org.apache.tomcat.util.security.Escape;
+
 /**
  * Performance tests for {@link Validator}.
  */



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org