Skip to content

Commit 38cfe67

Browse files
committed
Remove unused imports from SnippetRunner.java
1 parent ed3e806 commit 38cfe67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/runner/java/com/senzing/runner/InstallLocations.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
package com.senzing.runner;
22

3-
import javax.json.JsonObject;
43
import java.io.File;
54
import java.io.StringWriter;
65
import java.io.PrintWriter;
76
import java.util.ArrayList;
87
import java.util.List;
98

10-
import static com.senzing.runner.Utilities.*;
11-
129
/**
1310
* Describes the directories on disk used to find the Senzing product
1411
* installation and the support directories.

0 commit comments

Comments
 (0)