Skip to content

Commit

Permalink
Merge pull request #957 from benmccann/filters-comment
Browse files Browse the repository at this point in the history
Remove obsolete comment
  • Loading branch information
kcooney committed Jul 17, 2014
2 parents 127f1bb + 9274f00 commit 817ea24
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@
* @see <a href="https://github.com/junit-team/junit/wiki/Categories">Categories at JUnit wiki</a>
*/
public class Categories extends Suite {
// the way filters are implemented makes this unnecessarily complicated,
// buggy, and difficult to specify. A new way of handling filters could
// someday enable a better new implementation.
// https://github.com/junit-team/junit/issues/issue/172

@Retention(RetentionPolicy.RUNTIME)
public @interface IncludeCategory {
Expand Down

0 comments on commit 817ea24

Please sign in to comment.