Skip to content

Commit

Permalink
[minor] remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
qwazer committed Dec 6, 2016
1 parent 082208b commit e133f5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
public class CannotGetDDLException extends Exception {

public CannotGetDDLException() {
super();
}

public CannotGetDDLException(Throwable cause) {
super(cause);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* @since Date: 03.07.2013
*/
public class NonSkippableException extends Exception {
public NonSkippableException() {
}

public NonSkippableException(Throwable cause) {
super(cause);
Expand Down

0 comments on commit e133f5e

Please sign in to comment.