mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
removing JavaSE6 incompatible ctor
This commit is contained in:
@@ -20,8 +20,4 @@ public class ModelDuplicateException extends ModelException {
|
||||
super(cause);
|
||||
}
|
||||
|
||||
public ModelDuplicateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
|
||||
super(message, cause, enableSuppression, writableStackTrace);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user