Skip to content

Commit

Permalink
For yegor256#1006: Todo removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodamaso committed Feb 7, 2019
1 parent 094dec5 commit 2ad68ae
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 2ad68ae

Please sign in to comment.