Skip to content

Commit

Permalink
Small MPD code improvements (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed Jan 3, 2025
1 parent b921816 commit d8f89d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public ProductMetadataList getMetadataFromAllProducts() {
public Product getProduct(ObjectRef productRef) {
ProductMetadata metadata = getMetadata(productRef);
Blob productBody = productBodies.get(productRef);
ObjectIdentity objId = new ObjectIdentity(productRef.getDomain(), productRef.getKey(), productRef.getObjectVersion());
ObjectIdentity objId = new ObjectIdentity(productRef.getDomain(),
productRef.getKey(), productRef.getObjectVersion());

return new Product(
objId,
Expand Down

0 comments on commit d8f89d2

Please sign in to comment.