removing JavaSE6 incompatible ctor
This commit is contained in:
parent
9e0bf9e7dc
commit
d9c8dedcfb
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue