Bug 4098 - ofoverlay-renderer failure in jdk8
[groupbasedpolicy.git] / groupbasedpolicy / src / main / java / org / opendaylight / groupbasedpolicy / resolver / validator / AbstractValidator.java
index e92cff7b8d1cede5bce368ba990b92bf7dbc7a2d..8a104b1016bb0c9f3a5ceb3915a697a79956e375 100644 (file)
@@ -106,7 +106,6 @@ public abstract class AbstractValidator<U extends DataContainer> implements Vali
      * Individual validators must override this method, if they want to execute
      * validation on their children.
      *
-     * @param <T>
      * @param objectToValidate Object that is validated by this validator
      * @return List of child objects associated to {@code objectToValidate}. If
      * there is not any child, return empty list or {@code null}.