修复一个编译警告
This commit is contained in:
parent
f548b014d8
commit
8b9e741ac6
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue