You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grpc-server-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/server/advice/GrpcAdviceDiscoverer.java
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ public class GrpcAdviceDiscoverer implements InitializingBean, ApplicationContex
52
52
53
53
privateApplicationContextapplicationContext;
54
54
privateMap<String, Object> annotatedBeans;
55
-
privateSet<Class<?>> annotatedClasses;
56
55
privateSet<Method> annotatedMethods;
57
56
58
57
@Override
@@ -66,19 +65,12 @@ public void afterPropertiesSet() {
0 commit comments