Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
arao6 committed Sep 14, 2020
1 parent 3e2e49e commit 8c1254e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ public void testAuthenticationToken() {
HyperwalletAuthenticationToken authenticationToken = new HyperwalletAuthenticationToken();
assertThat(authenticationToken.getValue(), is(nullValue()));

// return authenticationToken;
}

// protected Class<HyperwalletAuthenticationToken> createModelClass() {
// return HyperwalletAuthenticationToken.class;
// }
}

0 comments on commit 8c1254e

Please sign in to comment.