Skip to content

Commit

Permalink
Normalize end of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 20, 2024
1 parent dd620db commit bb2ddad
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ public boolean containsAction(final String validatorName) {
* @deprecated Use getActions() to return the set of actions
* the isValid(name) and getResult(name) methods
* to determine the contents of ResultStatus.
*
*/
@Deprecated
public Map<String, ResultStatus> getActionMap() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class ParameterValidatorImpl {

/**
* ValidatorParameter is valid.
*
*/
public static boolean validateParameter(final java.lang.Object bean, final org.apache.commons.validator.Form form,
final org.apache.commons.validator.Field field, final org.apache.commons.validator.Validator validator,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

/**
* CodeValidatorTest.java.
*
*/
public class CodeValidatorTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

/**
* IBANValidator Test Case.
*
*/
public class IBANValidatorTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

/**
* ISINValidator Test Case.
*
*/
public class ISINValidatorTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

/**
* ISSNValidator Test Case.
*
*/
public class ISSNValidatorTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public void testInetAddressesFromTheWild() {
* <p>
* These tests were ported from a <a href="https://download.dartware.com/thirdparty/test-ipv6-regex.pl">Perl script</a>.
* </p>
*
*/
@Test
public void testIPv6() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

/**
* Test Case for RegexValidatorTest.
*
*/
public class RegexValidatorTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

/**
* ABA Number Check Digit Test.
*
*/
public class ABANumberCheckDigitTest extends AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

/**
* Luhn Check Digit Test.
*
*/
public abstract class AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

/**
* CUSIP Check Digit Test.
*
*/
public class CUSIPCheckDigitTest extends AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

/**
* EAN-13 Check Digit Test.
*
*/
public class EAN13CheckDigitTest extends AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

/**
* IBAN Check Digit Test.
*
*/
public class IBANCheckDigitTest extends AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

/**
* ISBN-10 Check Digit Test.
*
*/
public class ISBN10CheckDigitTest extends AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

/**
* ISBN-10/ISBN-13 Check Digit Test.
*
*/
public class ISBNCheckDigitTest extends AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

/**
* ISIN Check Digit Test.
*
*/
public class ISINCheckDigitTest extends AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

/**
* ISSN Check Digit Test.
*
*/
public class ISSNCheckDigitTest extends AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

/**
* Luhn Check Digit Test.
*
*/
public class LuhnCheckDigitTest extends AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

/**
* ISIN Check Digit Test.
*
*/
public class SedolCheckDigitTest extends AbstractCheckDigitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

/**
* Verhoeff Check Digit Test.
*
*/
public class VerhoeffCheckDigitTest extends AbstractCheckDigitTest {

Expand Down

0 comments on commit bb2ddad

Please sign in to comment.