Fix compile error
This commit is contained in:
parent
2054b409ff
commit
2ca015b256
|
@ -2658,7 +2658,7 @@ public class GenericClientDstu2Test {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void registerInterceptor(IClientInterceptor theInterceptor) {
|
||||
public void registerInterceptor(Object theInterceptor) {
|
||||
// nothing
|
||||
}
|
||||
|
||||
|
@ -2673,7 +2673,7 @@ public class GenericClientDstu2Test {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void unregisterInterceptor(IClientInterceptor theInterceptor) {
|
||||
public void unregisterInterceptor(Object theInterceptor) {
|
||||
// nothing
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue