Skip to content

Commit

Permalink
undo unintended cherrypicked line
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Ma committed May 27, 2024
1 parent bd7270b commit c006160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private <R extends IBaseResource> void populateResourcePartitionInformation(
myPartitionLookupSvc.getPartitionById(partitionId.getPartitionId());
retVal.setUserData(Constants.RESOURCE_PARTITION_ID, persistedPartition.toRequestPartitionId());
} else {
retVal.setUserData(Constants.RESOURCE_PARTITION_ID, RequestPartitionId.defaultPartition());
retVal.setUserData(Constants.RESOURCE_PARTITION_ID, null);
}
}
}
Expand Down

0 comments on commit c006160

Please sign in to comment.