Skip to content
Snippets Groups Projects
Commit 86fd745d authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

removed constructor

parent 4de966da
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,6 @@ import teetime.framework.Stage;
public class IgnoringExceptionListener extends AbstractExceptionListener {
public IgnoringExceptionListener() {
super();
}
@Override
public FurtherExecution onStageException(final Exception e, final Stage throwingStage) {
return FurtherExecution.CONTINUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment