Skip to content

Commit

Permalink
Warnings cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Kenney committed Nov 9, 2017
1 parent b10af5b commit 6bc9c38
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
package jacle.incubator.exec;

import jacle.common.exec.JavaArgsBuilder;
import jacle.common.io.FilesExt;
import jacle.common.lang.JavaUtil;
import jacle.commontest.JUnitFiles;
import jacle.incubator.exec.ProcessLauncher.Result;

import java.io.File;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
Expand All @@ -19,6 +13,12 @@

import com.google.common.base.Joiner;

import jacle.common.exec.JavaArgsBuilder;
import jacle.common.io.FilesExt;
import jacle.common.lang.JavaUtil;
import jacle.commontest.JUnitFiles;
import jacle.incubator.exec.ProcessLauncher.Result;

public class ArgsEncoderTest {

static final JUnitFiles FILES = new JUnitFiles(JavaUtil.I.getClassName());
Expand All @@ -29,8 +29,6 @@ public class ArgsEncoderTest {
*/
static final boolean SHOW_DEBUG = false;

private Boolean isWindows;

@Before
public void setUp() throws Exception {
FILES.before();
Expand Down

0 comments on commit 6bc9c38

Please sign in to comment.