Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/term/LoadedFileDescriptors.java
Co-authored-by: Diederik Muylwyk <diederik.muylwyk@gmail.com>
This commit is contained in:
parent
e24e233ec6
commit
1bac646dc3
|
@ -154,7 +154,7 @@ public class LoadedFileDescriptors implements Closeable {
|
|||
if (!multiPartFilesFound && !singlePartFilesFound) {
|
||||
msg = "Could not find any of the PartLink files: " + notFoundMulti + " nor " + notFoundSingle;
|
||||
} else {
|
||||
msg = "Found both the single PartLink file, " + theSinglePartLinkFile + ", and the split PartLink files: " + theMultiPartLinkFiles;
|
||||
msg = "Only either the single PartLink file or the split PartLink files can be present. Found both the single PartLink file, " + theSinglePartLinkFile + ", and the split PartLink files: " + theMultiPartLinkFiles;
|
||||
}
|
||||
throw new UnprocessableEntityException(msg);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue