We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db34b52 commit 7027df9Copy full SHA for 7027df9
src/test/java/org/springframework/data/aot/CodeContributionAssert.java
@@ -97,7 +97,7 @@ public CodeContributionAssert doesNotContributeJdkProxy(Class<?>... proxyInterfa
97
98
private Stream<JdkProxyHint> jdkProxiesFor(Class<?> entryPoint) {
99
100
- return this.actual.getRuntimeHints().proxies().jdkProxies().filter(jdkProxyHint -> jdkProxyHint
+ return this.actual.getRuntimeHints().proxies().jdkProxyHints().filter(jdkProxyHint -> jdkProxyHint
101
.getProxiedInterfaces().get(0).getCanonicalName().equals(entryPoint.getCanonicalName()));
102
}
103
0 commit comments