Skip to content

Commit 2cd157c

Browse files
committed
Remove redundant interface method override
1 parent eccc948 commit 2cd157c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/proxy/DynamicProxyRegistry.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,10 @@
2424
*/
2525
package com.oracle.svm.core.jdk.proxy;
2626

27-
import org.graalvm.nativeimage.Platform;
28-
import org.graalvm.nativeimage.Platforms;
2927
import org.graalvm.nativeimage.impl.RuntimeProxyCreationSupport;
3028

3129
public interface DynamicProxyRegistry extends RuntimeProxyCreationSupport {
3230

33-
@Platforms(Platform.HOSTED_ONLY.class)
34-
void addProxyClass(Class<?>... interfaces);
35-
3631
Class<?> getProxyClass(ClassLoader loader, Class<?>... interfaces);
3732

3833
boolean isProxyClass(Class<?> clazz);

0 commit comments

Comments
 (0)