mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 02:15:22 +00:00
Fix error code
This commit is contained in:
parent
b1686b8da5
commit
dfaf1babc0
@ -813,7 +813,7 @@ public class VersionSpecificWorkerContextWrapper extends I18nBase implements IWo
|
||||
|
||||
@Override
|
||||
public <T extends Resource> T findTxResource(Class<T> class_, String canonical, Resource sourceOfReference) {
|
||||
throw new UnsupportedOperationException(Msg.code(1488));
|
||||
throw new UnsupportedOperationException(Msg.code(2488));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user