Kaynağa Gözat

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 13 yıl önce
ebeveyn
işleme
a7ff25a148

+ 0
- 7
src/com/dmdirc/util/validators/PermissiveValidator.java Dosyayı Görüntüle

@@ -29,13 +29,6 @@ package com.dmdirc.util.validators;
29 29
  */
30 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 32
     /** {@inheritDoc} */
40 33
     @Override
41 34
     public ValidationResponse validate(final V object) {

Loading…
İptal
Kaydet