Skip to content

Commit

Permalink
add missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Sep 19, 2023
1 parent ec4aa7c commit ed31174
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Pattern getPattern()
*/
public static class DecoupledIgnoreProcessor implements TestRule
{
@Override
public Statement apply(Statement base, Description description)
{
DecoupledIgnore annotation = description.getAnnotation(DecoupledIgnore.class);
Expand Down

0 comments on commit ed31174

Please sign in to comment.