Fix compile error

This commit is contained in:
James Agnew 2019-12-11 08:45:25 -05:00
parent 2054b409ff
commit 2ca015b256
1 changed files with 2 additions and 2 deletions

View File

@ -2658,7 +2658,7 @@ public class GenericClientDstu2Test {
} }
@Override @Override
public void registerInterceptor(IClientInterceptor theInterceptor) { public void registerInterceptor(Object theInterceptor) {
// nothing // nothing
} }
@ -2673,7 +2673,7 @@ public class GenericClientDstu2Test {
} }
@Override @Override
public void unregisterInterceptor(IClientInterceptor theInterceptor) { public void unregisterInterceptor(Object theInterceptor) {
// nothing // nothing
} }