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 e9e2c5d commit 9d7ef14Copy full SHA for 9d7ef14
src/FDynamic/Proxy/Static/StaticProxyDemo.java
@@ -11,7 +11,6 @@ static interface IService {
11
}
12
13
static class RealService implements IService {
14
-
15
@Override
16
public void HelloWorld() {
17
System.out.println("hello");
0 commit comments