Skip to content

Commit 751ac3a

Browse files
committed
fix type in test case javadoc
1 parent f4e0d63 commit 751ac3a

18 files changed

+18
-18
lines changed

jsp/src/test/java/org/owasp/encoder/tag/EncodingTagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public abstract class EncodingTagTest extends TestCase {
5454
protected MockHttpServletResponse _response;
5555

5656
/**
57-
* Contructor for the EncodingTagTest
57+
* Constructor for the EncodingTagTest
5858
* @param testName the name of the test
5959
*/
6060
public EncodingTagTest(String testName) {

jsp/src/test/java/org/owasp/encoder/tag/ForCDATATagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForCDATATag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForCssStringTagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForCssStringTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForCssUrlTagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForCssUrlTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForHtmlAttributeTagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForHtmlAttributeTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForHtmlContentTagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForHtmlContentTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForHtmlTagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForHtmlTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForHtmlUnquotedAttributeTagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForHtmlUnquotedAttributeTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptAttributeTagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForJavaScriptAttributeTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptBlockTagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForJavaScriptBlockTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

0 commit comments

Comments
 (0)