Просмотр исходного кода

Remove author comments.

Change-Id: Id4a3b8406f433f9054580c351a1fc35f9bcceb6d
Reviewed-on: http://gerrit.dmdirc.com/3787
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
changes/87/3787/2
Chris Smith 9 лет назад
Родитель
Сommit
5ed0fccb52

+ 0
- 1
src/com/dmdirc/util/validators/ColourValidator.java Просмотреть файл

@@ -26,7 +26,6 @@ package com.dmdirc.util.validators;
26 26
  * Validates that the value is a valid IRC colour (hex or mIRC).
27 27
  *
28 28
  * @since 0.6.5
29
- * @author chris
30 29
  */
31 30
 public class ColourValidator extends RegexStringValidator implements
32 31
         Validator<String> {

+ 0
- 1
src/com/dmdirc/util/validators/DisabledOptionValidator.java Просмотреть файл

@@ -27,7 +27,6 @@ package com.dmdirc.util.validators;
27 27
  * with "false:".
28 28
  *
29 29
  * @since 0.6.5
30
- * @author chris
31 30
  */
32 31
 public class DisabledOptionValidator implements Validator<String> {
33 32
 

+ 0
- 2
src/com/dmdirc/util/validators/NumericalValidator.java Просмотреть файл

@@ -24,8 +24,6 @@ package com.dmdirc.util.validators;
24 24
 
25 25
 /**
26 26
  * Validates that a number is within certain bounds.
27
- *
28
- * @author chris
29 27
  */
30 28
 public class NumericalValidator implements Validator<String> {
31 29
 

+ 0
- 1
src/com/dmdirc/util/validators/PermissiveValidator.java Просмотреть файл

@@ -25,7 +25,6 @@ package com.dmdirc.util.validators;
25 25
  * A validator that permits everything.
26 26
  *
27 27
  * @param <V> The type of data that this validator validates
28
- * @author chris
29 28
  */
30 29
 public class PermissiveValidator<V> implements Validator<V> {
31 30
 

+ 0
- 2
src/com/dmdirc/util/validators/RegexValidator.java Просмотреть файл

@@ -24,8 +24,6 @@ package com.dmdirc.util.validators;
24 24
 
25 25
 /**
26 26
  * Validates a regular expression.
27
- *
28
- * @author chris
29 27
  */
30 28
 public class RegexValidator implements Validator<String> {
31 29
 

+ 0
- 2
src/com/dmdirc/util/validators/StringLengthValidator.java Просмотреть файл

@@ -23,8 +23,6 @@ package com.dmdirc.util.validators;
23 23
 
24 24
 /**
25 25
  * Validates that the length of a string is within certain bounds.
26
- *
27
- * @author chris
28 26
  */
29 27
 public class StringLengthValidator implements Validator<String> {
30 28
 

+ 0
- 2
src/com/dmdirc/util/validators/ValidationResponse.java Просмотреть файл

@@ -24,8 +24,6 @@ package com.dmdirc.util.validators;
24 24
 /**
25 25
  * Describes the response from a Validator. The response may be either positive
26 26
  * or negative. Negative responses have an associated failure reason.
27
- *
28
- * @author chris
29 27
  */
30 28
 public class ValidationResponse {
31 29
 

Загрузка…
Отмена
Сохранить