From 6048925ab338762a510e68c887456cd2ec9326f8 Mon Sep 17 00:00:00 2001 From: Simon Tzanakis Date: Tue, 24 Dec 2024 10:19:56 +0100 Subject: [PATCH] MET-6303 Fix sonar issues --- .../src/main/java/eu/europeana/indexing/Indexer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metis-indexing/src/main/java/eu/europeana/indexing/Indexer.java b/metis-indexing/src/main/java/eu/europeana/indexing/Indexer.java index a2a847919..65e750de1 100644 --- a/metis-indexing/src/main/java/eu/europeana/indexing/Indexer.java +++ b/metis-indexing/src/main/java/eu/europeana/indexing/Indexer.java @@ -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;