OPENNLP-946: Don't shadow printMessages variable from super class
Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/8fc46b67 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/8fc46b67 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/8fc46b67 Branch: refs/heads/parser_regression Commit: 8fc46b67339f680ea8333fa64388e8f772fa5e3c Parents: f886eab Author: Jörn Kottmann <[email protected]> Authored: Wed Feb 1 16:13:47 2017 +0100 Committer: Jörn Kottmann <[email protected]> Committed: Thu Apr 20 12:40:17 2017 +0200 ---------------------------------------------------------------------- opennlp-tools/src/main/java/opennlp/tools/ml/maxent/GISTrainer.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/8fc46b67/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/GISTrainer.java ---------------------------------------------------------------------- diff --git a/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/GISTrainer.java b/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/GISTrainer.java index 7e220c3..61ddb47 100644 --- a/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/GISTrainer.java +++ b/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/GISTrainer.java @@ -61,7 +61,6 @@ import opennlp.tools.util.TrainingParameters; public class GISTrainer extends AbstractEventTrainer { private static final double LLThreshold = 0.0001; - private final boolean printMessages; /** * Specifies whether unseen context/outcome pairs should be estimated as occur very infrequently. */
