-
Notifications
You must be signed in to change notification settings - Fork 33
Refactor handler method matchers into separate classes #316
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a change log entry for these changes?
} | ||
|
||
@Override | ||
protected boolean matchesSafely(Class<?> handlerClass, Description description) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing finals
} | ||
|
||
@Override | ||
public void describeTo(Description description) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
final description
} | ||
|
||
@Override | ||
public void describeTo(Description description) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
final
} | ||
|
||
@Override | ||
public void describeTo(Description description) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
final
} | ||
|
||
@Override | ||
protected boolean matchesSafely(Class<?> handlerClass, Description description) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
finals
e7171c9
to
071c0d5
Compare
Closes #327.