javadocs in FactoryDecorator.java
This commit is contained in:
parent
003f065662
commit
7f2776d49d
|
@ -110,7 +110,7 @@ public class FactoryDecorator implements IsObservable {
|
||||||
printMessageToFooter("Fehler beim lesen der Datei.", true);
|
printMessageToFooter("Fehler beim lesen der Datei.", true);
|
||||||
String msg = factory.getLanguageConfigurator().getSelectedLanguage("IOException");
|
String msg = factory.getLanguageConfigurator().getSelectedLanguage("IOException");
|
||||||
printMessageToFooter(msg, true);
|
printMessageToFooter(msg, true);
|
||||||
} //TODO handle and logging
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue