mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-27 01:06:14 +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;
|
||||
}
|
||||
|
||||
public DatabaseImporterEntryException(String message, String text) {
|
||||
super(message);
|
||||
_text = text;
|
||||
}
|
||||
|
||||
public String getText() {
|
||||
return _text;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue