Skip to content

Commit

Permalink
Merge pull request #436 from opengeospatial/issue#435
Browse files Browse the repository at this point in the history
Removed static declaration of userInputs variable in TECore class.
  • Loading branch information
dstenger committed Feb 3, 2021
2 parents 1668da8 + 17c1fdb commit 1f29757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamengine-core/src/main/java/com/occamlab/te/TECore.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public class TECore implements Runnable {
public static String Clause = "";
public static String Purpose = "";
public static ArrayList<String> rootTestName = new ArrayList<String>();
public static Document userInputs = null;
public Document userInputs = null;
public Boolean supportHtmlReport = false;

public final ImageHandler imageHandler;
Expand Down

0 comments on commit 1f29757

Please sign in to comment.