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;