Ignore UselessOverridingMethod

This commit is contained in:
Clément Fournier committed 2018-03-25 17:03:16 +02:00
1 parent 6751608b49
commit cf9db2fed3
1 file changed
+1
@@ -151,6 +151,7 @@ public class ASTVariableDeclaratorId extends AbstractJavaTypeNode implements Dim
*/
// @formatter:on
@Override
@SuppressWarnings("PMD.UselessOverridingMethod")
public Class<?> getType() {
return super.getType();
}