updated logger type

This commit is contained in:
s5260822 2025-03-13 16:58:52 +01:00
parent 149be757bb
commit 1c88da9883

View file

@ -36,9 +36,9 @@ public class Main {
SpeechIndexFactoryImpl speechIndexFactory = new SpeechIndexFactoryImpl();
if (mongoDBHandler.getDatabase().getCollection(MongoPprUtils.SPEECH_COLLECTION_NAME).countDocuments() != 0) {
System.out.println("Speeches werden nicht gelesen, da sie bereits in der Datenbank stehen");
}
else {
Logger.info("Skipping Speech parsing and DB insertion as they are already present...");
Logger.pink("Parsing XML and inserting data into DB (Uebung 2)...");
SpeechIndex speechIndex = speechIndexFactory
.parseLegislativePeriods(TRUE)