Skip to content

Commit 2a63983

Browse files
committed
Update MethodHandleUtils.java
1 parent 60a2c2b commit 2a63983

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

microsphere-java-core/src/main/java/io/microsphere/invoke/MethodHandleUtils.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,7 @@ private static MethodHandles.Lookup newLookup(LookupKey key) {
315315
private static boolean isiCandidateMethod(Method method) {
316316
return isPublic(method) && !isCallerSensitiveMethod(method);
317317
}
318+
319+
private MethodHandleUtils() {
320+
}
318321
}

0 commit comments

Comments
 (0)