Skip to content

Commit

Permalink
MET-6303 Fix sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stzanakis committed Dec 24, 2024
1 parent ac0cacf commit 6048925
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ TierResults indexAndGetTierCalculations(InputStream recordContent,
* those objects that are always part of only one record and the removal of which can not invalidate references from other
* records):
*
* @param rdfAbout
* @param rdfAbout the id of the record
* @return information if tombstone really existed.
* @throws IndexingException
* @throws IndexingException in case something went wrong.
*/
boolean removeTombstone(String rdfAbout) throws IndexingException;

Expand Down

0 comments on commit 6048925

Please sign in to comment.