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/03/03 12:07:02 UTC

svn commit: r1785278 - in /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http: TestCookiesDefaultSysProps.java TestCookiesNoFwdStrictSysProps.java TestCookiesNoStrictNamingSysProps.java TestCookiesStrictSysProps.java

Author: markt
Date: Fri Mar  3 12:07:02 2017
New Revision: 1785278

URL: http://svn.apache.org/viewvc?rev=1785278&view=rev
Log:
Remove unnecessary (according to Eclipse) @SuppressWarnings("javadoc")

Modified:
    tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
    tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
    tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
    tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java

Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java?rev=1785278&r1=1785277&r2=1785278&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java (original)
+++ tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java Fri Mar  3 12:07:02 2017
@@ -33,7 +33,6 @@ import org.apache.tomcat.util.buf.ByteCh
  * these tests must be executed in a new JVM instance. The tests have been place
  * in separate classes to facilitate this when running the unit tests via Ant.
  */
-@SuppressWarnings("javadoc")
 public class TestCookiesDefaultSysProps extends CookiesBaseTest {
 
     @Override

Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java?rev=1785278&r1=1785277&r2=1785278&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java (original)
+++ tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java Fri Mar  3 12:07:02 2017
@@ -29,7 +29,6 @@ import org.apache.tomcat.util.buf.ByteCh
  * these tests must be executed in a new JVM instance. The tests have been place
  * in separate classes to facilitate this when running the unit tests via Ant.
  */
-@SuppressWarnings("javadoc")
 public class TestCookiesNoFwdStrictSysProps extends CookiesBaseTest {
 
     @Override

Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java?rev=1785278&r1=1785277&r2=1785278&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java (original)
+++ tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java Fri Mar  3 12:07:02 2017
@@ -29,7 +29,6 @@ import org.apache.tomcat.util.buf.ByteCh
  * these tests must be executed in a new JVM instance. The tests have been place
  * in separate classes to facilitate this when running the unit tests via Ant.
  */
-@SuppressWarnings("javadoc")
 public class TestCookiesNoStrictNamingSysProps extends CookiesBaseTest {
 
     @Override

Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java?rev=1785278&r1=1785277&r2=1785278&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java (original)
+++ tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java Fri Mar  3 12:07:02 2017
@@ -33,7 +33,6 @@ import org.apache.tomcat.util.buf.ByteCh
  * these tests must be executed in a new JVM instance. The tests have been place
  * in separate classes to facilitate this when running the unit tests via Ant.
  */
-@SuppressWarnings("javadoc")
 public class TestCookiesStrictSysProps extends CookiesBaseTest {
 
     @Override



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