Procházet zdrojové kódy

Pointless ctor

Change-Id: Ic027941b626e1033399eb90f419dd65ce2b2b7dc
Reviewed-on: http://gerrit.dmdirc.com/2028
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.7rc1
Chris Smith před 13 roky
rodič
revize
a7ff25a148

+ 0
- 7
src/com/dmdirc/util/validators/PermissiveValidator.java Zobrazit soubor

29
  */
29
  */
30
 public class PermissiveValidator<V> implements Validator<V> {
30
 public class PermissiveValidator<V> implements Validator<V> {
31
 
31
 
32
-    /**
33
-     * Creates a new instance of PermissiveValidator.
34
-     */
35
-    public PermissiveValidator() {
36
-        super();
37
-    }
38
-
39
     /** {@inheritDoc} */
32
     /** {@inheritDoc} */
40
     @Override
33
     @Override
41
     public ValidationResponse validate(final V object) {
34
     public ValidationResponse validate(final V object) {

Načítá se…
Zrušit
Uložit