javadocs in FactoryDecorator.java

This commit is contained in:
schrom01 2022-05-13 23:31:06 +02:00
parent 003f065662
commit 7f2776d49d
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class FactoryDecorator implements IsObservable {
printMessageToFooter("Fehler beim lesen der Datei.", true);
String msg = factory.getLanguageConfigurator().getSelectedLanguage("IOException");
printMessageToFooter(msg, true);
} //TODO handle and logging
}
}
/**