Do not change CGL

Keep changed for pull request to a necessary minimum.
This commit is contained in:
Daniel Siepmann 2019-05-17 17:53:49 +02:00
parent b04ed99c07
commit 1f082ab673
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -134,7 +134,7 @@ abstract class AbstractIndexer implements IndexerInterface
$record = $this->dataProcessorService->executeDataProcessor($configuration, $record, $this->identifier);
}
} catch (InvalidArgumentException $e) {
// Nothing to do
// Nothing to do.
}
$this->handleAbstract($record);