Skip to content

Commit

Permalink
Surpressing unchecked warning
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hare <chris.hare@consensys.net>
  • Loading branch information
Christopher Hare committed Oct 2, 2019
1 parent be81a75 commit 709ddc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,7 @@ public void unknownMethod() throws Exception {
}

@Test
@SuppressWarnings("unchecked")
public void disabledMethod() throws Exception {
final String methodName = RpcMethod.NET_SERVICES.getMethodName();
final String id = "234";
Expand Down

0 comments on commit 709ddc6

Please sign in to comment.