Skip to content

Commit

Permalink
obsolete code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Mar 28, 2014
1 parent d4fbce0 commit ad99332
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -7,13 +7,6 @@
*/
public class SourceException extends TransformerException {

/**
*
*/
//public SourceException() {
//super();
//}

/**
*
*/
Expand All @@ -34,5 +27,4 @@ public SourceException(String s) {
public SourceException(String s, Throwable t) {
super(s, t);
}

}

0 comments on commit ad99332

Please sign in to comment.