mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Add a default implementation to new terminology service loader method
This commit is contained in:
parent
b956b7552e
commit
3196bc370f
@ -39,7 +39,8 @@ public interface IHapiTerminologyLoaderSvc {
|
||||
|
||||
UploadStatistics loadSnomedCt(List<FileDescriptor> theFiles, RequestDetails theRequestDetails);
|
||||
|
||||
UploadStatistics loadCustom(String theSystem, List<FileDescriptor> theFiles, RequestDetails theRequestDetails);
|
||||
// FIXME: remove the default implementation before 4.0.0
|
||||
default UploadStatistics loadCustom(String theSystem, List<FileDescriptor> theFiles, RequestDetails theRequestDetails) { return null; };
|
||||
|
||||
interface FileDescriptor {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user