Skip to content

Conversation

@nitin-ebi
Copy link
Contributor

No description provided.

@nitin-ebi nitin-ebi self-assigned this Mar 24, 2025
* Return the extendedData object for the given digest*/
public <T> Optional<SeqColExtendedDataEntity<T>> getExtendedAttributeByDigest(String digest) {
SeqColExtendedDataEntity<T> dataEntity = repository.findSeqColExtendedDataEntityByDigest(digest);
return Optional.of(dataEntity);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can also do ofNullable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated.

@@ -119,10 +122,12 @@ public ResponseEntity<?> getAttribute(@Parameter(name = "attribute",
example = "3mTg0tAA3PS-R1TzelLVWJ2ilUzoWfVq",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previous line (description) - should this be "Attribute's level 1 digest"? (not sure about the exact terms)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corrected

@nitin-ebi nitin-ebi merged commit 7724710 into EBIvariation:main Mar 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants