Skip to content

Commit

Permalink
Update datawolf-core/src/main/java/edu/illinois/ncsa/datawolf/Executo…
Browse files Browse the repository at this point in the history
…r.java

Co-authored-by: Rob Kooper <[email protected]>
  • Loading branch information
navarroc and robkooper authored Sep 13, 2024
1 parent 0ce921e commit 3baa336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public abstract class Executor {
private static Logger logger = LoggerFactory.getLogger(Executor.class);

protected static String DATAWOLF_USER = "DATAWOLF_USER";
protected static String DATAWOLF_USER = "DATAWOLF_USER";

private StringBuilder log = new StringBuilder();
private LogFile logfile = new LogFile();
Expand Down

0 comments on commit 3baa336

Please sign in to comment.