Author: markt
Date: Tue Sep 30 07:58:26 2014
New Revision: 1628369

URL: http://svn.apache.org/r1628369
Log:
Update comments

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

Modified: 
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java?rev=1628369&r1=1628368&r2=1628369&view=diff
==============================================================================
--- 
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java 
(original)
+++ 
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java 
Tue Sep 30 07:58:26 2014
@@ -14,7 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-
 package org.apache.tomcat.util.http;
 
 import java.util.HashMap;
@@ -29,11 +28,12 @@ import org.apache.catalina.startup.Tomca
 import org.apache.tomcat.util.buf.ByteChunk;
 
 /**
- * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use 
of <code>final
- * static</code> constants in {@link LegacyCookieProcessor}, each of 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.
+ * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
+ * of <code>final static</code> constants in {@link CookieSupport}, each of
+ * 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/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java?rev=1628369&r1=1628368&r2=1628369&view=diff
==============================================================================
--- 
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
 (original)
+++ 
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
 Tue Sep 30 07:58:26 2014
@@ -14,7 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-
 package org.apache.tomcat.util.http;
 
 import static org.junit.Assert.assertEquals;
@@ -25,11 +24,12 @@ import org.apache.catalina.startup.Tomca
 import org.apache.tomcat.util.buf.ByteChunk;
 
 /**
- * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use 
of <code>final
- * static</code> constants in {@link LegacyCookieProcessor}, each of 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.
+ * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
+ * of <code>final static</code> constants in {@link CookieSupport}, each of
+ * 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/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java?rev=1628369&r1=1628368&r2=1628369&view=diff
==============================================================================
--- 
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
 (original)
+++ 
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
 Tue Sep 30 07:58:26 2014
@@ -14,7 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-
 package org.apache.tomcat.util.http;
 
 import static org.junit.Assert.assertEquals;
@@ -25,11 +24,12 @@ import org.apache.catalina.startup.Tomca
 import org.apache.tomcat.util.buf.ByteChunk;
 
 /**
- * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use 
of <code>final
- * static</code> constants in {@link LegacyCookieProcessor}, each of 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.
+ * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
+ * of <code>final static</code> constants in {@link CookieSupport}, each of
+ * 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/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java?rev=1628369&r1=1628368&r2=1628369&view=diff
==============================================================================
--- 
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java 
(original)
+++ 
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java 
Tue Sep 30 07:58:26 2014
@@ -14,7 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-
 package org.apache.tomcat.util.http;
 
 import java.util.HashMap;
@@ -29,11 +28,12 @@ import org.apache.catalina.startup.Tomca
 import org.apache.tomcat.util.buf.ByteChunk;
 
 /**
- * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use 
of <code>final
- * static</code> constants in {@link LegacyCookieProcessor}, each of 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.
+ * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
+ * of <code>final static</code> constants in {@link CookieSupport}, each of
+ * 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