diff --git a/qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProtectedMethodInFinalClassCheck.java b/qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProtectedMethodInFinalClassCheck.java index cefae30a2..0abee46e0 100644 --- a/qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProtectedMethodInFinalClassCheck.java +++ b/qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProtectedMethodInFinalClassCheck.java @@ -41,13 +41,6 @@ * overriding protected methods from superclass. * * @since 0.6 - * @todo #917:30min Make ProtectedMethodInFinalClassCheck stricter. - * ProtectedMethodInFinalClassCheck must check if the protected method in final - * class isn't overriding some default method from abstract parent class and - * fail if so. The Invalid class for tests is already implemented. After the - * change in ProtectedMethodInFinalClassCheck complete the tests adding the - * following line to violations.txt: - * 23:Protected method is overriding default scoped method */ public final class ProtectedMethodInFinalClassCheck extends AbstractCheck {