mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
Coding around at the speed of sound occasionally causes compilation failures
This commit is contained in:
parent
77e2768a14
commit
c54862e772
@ -143,7 +143,7 @@ public class RequestPartitionHelperSvc implements IRequestPartitionHelperSvc {
|
||||
RequestPartitionId requestPartitionId;
|
||||
requestPartitionId = getSystemRequestPartitionId(theRequest);
|
||||
if (theNonPartitionableResource && !requestPartitionId.isDefaultPartition()) {
|
||||
throw new InternalErrorException("System call is attempting to write a non-partitionable resource to a partition! This is a bug!")
|
||||
throw new InternalErrorException("System call is attempting to write a non-partitionable resource to a partition! This is a bug!");
|
||||
}
|
||||
return requestPartitionId;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user