Skip to content

Commit e133f5e

Browse files
committed
[minor] remove unused code
1 parent 082208b commit e133f5e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/main/java/com/googlecode/scheme2ddl/exception/CannotGetDDLException.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
*/
77
public class CannotGetDDLException extends Exception {
88

9-
public CannotGetDDLException() {
10-
super();
11-
}
12-
139
public CannotGetDDLException(Throwable cause) {
1410
super(cause);
1511
}

src/main/java/com/googlecode/scheme2ddl/exception/NonSkippableException.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @since Date: 03.07.2013
66
*/
77
public class NonSkippableException extends Exception {
8-
public NonSkippableException() {
9-
}
108

119
public NonSkippableException(Throwable cause) {
1210
super(cause);

0 commit comments

Comments
 (0)