Skip to content

Commit cc1fea8

Browse files
Remove superfluous EarlyFinishException constructors
1 parent 41d3021 commit cc1fea8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/com/linkedin/parseq/EarlyFinishException.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,4 @@ public EarlyFinishException(final String message)
3636
{
3737
super(message);
3838
}
39-
40-
public EarlyFinishException(final String message, final Throwable cause)
41-
{
42-
super(message, cause);
43-
}
44-
45-
public EarlyFinishException(final Throwable cause)
46-
{
47-
super(cause);
48-
}
4939
}

0 commit comments

Comments
 (0)