Coding around at the speed of sound occasionally causes compilation failures

This commit is contained in:
Tadgh 2021-04-18 18:03:37 -04:00
parent 77e2768a14
commit c54862e772
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}