You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2015/12/09 01:17:05 UTC

svn commit: r1718748 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java

Author: sebb
Date: Wed Dec  9 00:17:04 2015
New Revision: 1718748

URL: http://svn.apache.org/viewvc?rev=1718748&view=rev
Log:
OK not to have methods here

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java?rev=1718748&r1=1718747&r2=1718748&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java Wed Dec  9 00:17:04 2015
@@ -23,7 +23,7 @@ package org.apache.jmeter.protocol.http.
  * Constants used in HTTP, mainly header names.
  */
 
-public interface HTTPConstantsInterface {
+public interface HTTPConstantsInterface { // CHECKSTYLE IGNORE InterfaceIsType
 
     int DEFAULT_HTTPS_PORT = 443;
     String DEFAULT_HTTPS_PORT_STRING = "443"; // $NON-NLS-1$