This is an automated email from the ASF dual-hosted git repository.
doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git
The following commit(s) were added to refs/heads/master by this push:
new d672b9ad EMPIREDB-431 UserLevelException not abstract
d672b9ad is described below
commit d672b9ad590e719d74696b461d2db1dd1a131df5
Author: Rainer Döbele <[email protected]>
AuthorDate: Sat Jul 6 19:33:15 2024 +0200
EMPIREDB-431
UserLevelException not abstract
---
.../main/java/org/apache/empire/db/exceptions/UserLevelException.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/empire-db/src/main/java/org/apache/empire/db/exceptions/UserLevelException.java
b/empire-db/src/main/java/org/apache/empire/db/exceptions/UserLevelException.java
index a7b34bed..f5b48d89 100644
---
a/empire-db/src/main/java/org/apache/empire/db/exceptions/UserLevelException.java
+++
b/empire-db/src/main/java/org/apache/empire/db/exceptions/UserLevelException.java
@@ -27,7 +27,7 @@ import org.apache.empire.exceptions.EmpireException;
* and does not need to be logged
* @author doebele
*/
-public abstract class UserLevelException extends EmpireException
+public class UserLevelException extends EmpireException
{
private static final long serialVersionUID = 1L;