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 2016/08/09 20:55:20 UTC

svn commit: r1755650 - /tomcat/trunk/test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java

Author: markt
Date: Tue Aug  9 20:55:19 2016
New Revision: 1755650

URL: http://svn.apache.org/viewvc?rev=1755650&view=rev
Log:
Checkstyle

Modified:
    tomcat/trunk/test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java

Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java?rev=1755650&r1=1755649&r2=1755650&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java Tue Aug  9 20:55:19 2016
@@ -18,10 +18,11 @@ package org.apache.tomcat.util.http;
 
 import java.nio.charset.StandardCharsets;
 
-import org.apache.tomcat.util.buf.MessageBytes;
 import org.junit.Assert;
 import org.junit.Test;
 
+import org.apache.tomcat.util.buf.MessageBytes;
+
 public class TestLegacyCookieProcessor {
 
     /*



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