removing JavaSE6 incompatible ctor

This commit is contained in:
Matthias Wessendorf 2014-05-14 17:43:36 +02:00
parent 9e0bf9e7dc
commit d9c8dedcfb

View file

@ -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);
}
}