Issue #2225 Remove java 1.7 constructor.
Change-Id: Ic3c3097cfef71db92fdc4550ee7d4f4c505aeac6 Former-commit-id:e26897c982
[formerlye26897c982
[formerly 8126af830791b426f65ffe667caa8ea092a19383]] Former-commit-id:697f2ddab9
Former-commit-id:3081b07fb4
This commit is contained in:
parent
1ca2c937c4
commit
3b2c2db330
1 changed files with 0 additions and 13 deletions
|
@ -66,17 +66,4 @@ public class CaseCreateException extends Exception {
|
|||
public CaseCreateException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param message
|
||||
* @param cause
|
||||
* @param enableSuppression
|
||||
* @param writableStackTrace
|
||||
*/
|
||||
public CaseCreateException(String message, Throwable cause,
|
||||
boolean enableSuppression, boolean writableStackTrace) {
|
||||
super(message, cause, enableSuppression, writableStackTrace);
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue