Skip to content

Commit

Permalink
Remove no longer needed statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed Mar 8, 2015
1 parent f497c89 commit 7bd5baa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/test/java/net/sourceforge/tess4j/TessAPI1Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public class TessAPI1Test {
TessBaseAPI handle;

public TessAPI1Test() {
System.setProperty("jna.encoding", "UTF8");
}

@BeforeClass
Expand Down
1 change: 0 additions & 1 deletion src/test/java/net/sourceforge/tess4j/TessAPITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public class TessAPITest {
TessBaseAPI handle;

public TessAPITest() {
System.setProperty("jna.encoding", "UTF8");
}

@BeforeClass
Expand Down

0 comments on commit 7bd5baa

Please sign in to comment.