Repository: opennlp Updated Branches: refs/heads/master 2b07ee388 -> 9d5b740c7
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/9d5b740c Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/9d5b740c Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/9d5b740c Branch: refs/heads/master Commit: 9d5b740c7c9cc98b46ea65623a1f28b85bb461c8 Parents: 2b07ee3 Author: Jörn Kottmann <[email protected]> Authored: Wed Feb 1 16:13:47 2017 +0100 Committer: Jörn Kottmann <[email protected]> Committed: Wed Feb 1 16:19:18 2017 +0100 ---------------------------------------------------------------------- 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/9d5b740c/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. */
