Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
refactor client to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Aug 31, 2011
1 parent 73be673 commit b351f9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class PropReaderTests
private static final String TEST_OUTPUT_DIR_STRING = "target/test-output";
private static final File TEST_OUTPUT_DIR = new File(TEST_OUTPUT_DIR_STRING);

@SuppressWarnings("deprecation")
PropReader propReader;

@BeforeMethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public void templateFirstAndLastTextFlowTest() throws FileNotFoundException
@Test
public void extractTargetSizeTest() throws FileNotFoundException
{
Resource doc = getTemplateDoc();

File fileTarget = new File(testDir, "/StringResource_de.xml");
InputSource inputSource = new InputSource(new FileInputStream(fileTarget));
TranslationsResource tr = reader.extractTarget(inputSource);
Expand All @@ -57,8 +55,6 @@ public void extractTargetSizeTest() throws FileNotFoundException
@Test
public void targetFirstAndLastTextFlowTest() throws FileNotFoundException
{
Resource doc = getTemplateDoc();

File fileTarget = new File(testDir, "/StringResource_de.xml");
InputSource inputSource = new InputSource(new FileInputStream(fileTarget));
TranslationsResource tr = reader.extractTarget(inputSource);
Expand Down

0 comments on commit b351f9f

Please sign in to comment.