Skip to content

Commit

Permalink
Removed unused code from TaskNodeKeyTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemen committed Jul 8, 2017
1 parent 6c458a9 commit 5969e8f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,4 @@ public CustomArg(Object strValue) {
super(strValue);
}
}

private static final class CustomArg2 extends TestObj {
public CustomArg2(Object strValue) {
super(strValue);
}
}
}

0 comments on commit 5969e8f

Please sign in to comment.