mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-28 17:48:11 +00:00
Fix build
This commit is contained in:
parent
48d22fc06d
commit
5731cccddc
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ public class DatabaseImporterEntryException extends Exception {
|
||||||
_text = text;
|
_text = text;
|
||||||
}
|
}
|
||||||
|
|
||||||
public DatabaseImporterEntryException(String message, String text) {
|
|
||||||
super(message);
|
|
||||||
_text = text;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getText() {
|
public String getText() {
|
||||||
return _text;
|
return _text;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue