Author: markt
Date: Mon Oct  2 20:23:05 2017
New Revision: 1810593

URL: http://svn.apache.org/viewvc?rev=1810593&view=rev
Log:
Remove @SuppressWarnings that don't seem to be doing anything.

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

Modified: 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java?rev=1810593&r1=1810592&r2=1810593&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
 (original)
+++ 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
 Mon Oct  2 20:23:05 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.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java?rev=1810593&r1=1810592&r2=1810593&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
 (original)
+++ 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
 Mon Oct  2 20:23:05 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.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java?rev=1810593&r1=1810592&r2=1810593&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
 (original)
+++ 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
 Mon Oct  2 20:23:05 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.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java?rev=1810593&r1=1810592&r2=1810593&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java
 (original)
+++ 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java
 Mon Oct  2 20:23:05 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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to