Merge remote-tracking branch 'origin/master'

This commit is contained in:
ascrutae 2016-06-08 23:00:29 +08:00
commit e1a3de2ab7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public abstract class MethodMatcher {
public enum Modifier {
Public, Default, Private, Protected;
private ElementMatcher elementMatcher() {
private ElementMatcher.Junction<MethodDescription> elementMatcher() {
switch (this) {
case Private: {
return isPrivate();