Skip to content

Commit

Permalink
ProcessManager is not intended to be created each time it is used (do…
Browse files Browse the repository at this point in the history
…es not cleanup after itself)
  • Loading branch information
Peter K committed Nov 11, 2017
1 parent c9723e2 commit abff5e1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public class QunTokenCommandLine extends AbstractLanguageAnalyser {
private Boolean debug;

//a util class for dealing with external processes, i.e. the tagger
private ProcessManager processManager = new ProcessManager();
private static ProcessManager processManager = new ProcessManager();

protected Logger logger = Logger.getLogger(this.getClass().getName());

Expand Down

0 comments on commit abff5e1

Please sign in to comment.