Author: markt Date: Mon Aug 10 16:24:05 2015 New Revision: 1695127 URL: http://svn.apache.org/r1695127 Log: Checkstyle
Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java?rev=1695127&r1=1695126&r2=1695127&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java (original) +++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java Mon Aug 10 16:24:05 2015 @@ -16,10 +16,11 @@ */ package org.apache.coyote.http2; -import org.apache.catalina.connector.Connector; import org.junit.Assert; import org.junit.Test; +import org.apache.catalina.connector.Connector; + /** * Unit tests for Section 6.8 of * <a href="https://tools.ietf.org/html/rfc7540">RFC 7540</a>. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org