Fix build

This commit is contained in:
Alexander Bakker 2020-02-21 17:23:40 +01:00
parent 48d22fc06d
commit 5731cccddc

View file

@ -13,11 +13,6 @@ public class DatabaseImporterEntryException extends Exception {
_text = text;
}
public DatabaseImporterEntryException(String message, String text) {
super(message);
_text = text;
}
public String getText() {
return _text;
}