This is an automated email from the ASF dual-hosted git repository.
colen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/master by this push:
new 9be7334 OPENNLP-1120: Make PrintStream protected in
EvaluationErrorPrinter
9be7334 is described below
commit 9be73347bd09934dd0c99d32bce9c4e12fccf6ce
Author: William D C M SILVA <[email protected]>
AuthorDate: Mon Jul 31 07:28:58 2017 -0300
OPENNLP-1120: Make PrintStream protected in EvaluationErrorPrinter
---
.../src/main/java/opennlp/tools/cmdline/EvaluationErrorPrinter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/opennlp-tools/src/main/java/opennlp/tools/cmdline/EvaluationErrorPrinter.java
b/opennlp-tools/src/main/java/opennlp/tools/cmdline/EvaluationErrorPrinter.java
index 8ae25e6..4dbbf30 100644
---
a/opennlp-tools/src/main/java/opennlp/tools/cmdline/EvaluationErrorPrinter.java
+++
b/opennlp-tools/src/main/java/opennlp/tools/cmdline/EvaluationErrorPrinter.java
@@ -31,7 +31,7 @@ import opennlp.tools.util.eval.EvaluationMonitor;
*/
public abstract class EvaluationErrorPrinter<T> implements
EvaluationMonitor<T> {
- private PrintStream printStream;
+ protected PrintStream printStream;
protected EvaluationErrorPrinter(OutputStream outputStream) {
this.printStream = new PrintStream(outputStream);
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].