Skip to content

Commit

Permalink
Remove superflous line
Browse files Browse the repository at this point in the history
Complements 421b9b0
  • Loading branch information
dr0i committed Nov 16, 2023
1 parent 421b9b0 commit 604b064
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public final class URLEncodeTest {
private static final String WHITESPACE_AS_PLUS_ENCODED = "+";
private static final String WHITESPACE_PERCENT_ENCODED = "%20";

URLEncoder urlEncoder;
@Test
public void testUtf8(){
final URLEncode urlEncode = new URLEncode();
Expand Down

0 comments on commit 604b064

Please sign in to comment.