Skip to content

Commit c006160

Browse files
author
Long Ma
committed
undo unintended cherrypicked line
1 parent bd7270b commit c006160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/JpaStorageResourceParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private <R extends IBaseResource> void populateResourcePartitionInformation(
243243
myPartitionLookupSvc.getPartitionById(partitionId.getPartitionId());
244244
retVal.setUserData(Constants.RESOURCE_PARTITION_ID, persistedPartition.toRequestPartitionId());
245245
} else {
246-
retVal.setUserData(Constants.RESOURCE_PARTITION_ID, RequestPartitionId.defaultPartition());
246+
retVal.setUserData(Constants.RESOURCE_PARTITION_ID, null);
247247
}
248248
}
249249
}

0 commit comments

Comments
 (0)