mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-06 21:18:21 +00:00
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…
x
Reference in New Issue
Block a user