You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/10/05 16:25:18 UTC

incubator-joshua git commit: more javadoc cleanup

Repository: incubator-joshua
Updated Branches:
  refs/heads/master f94cc76dc -> ca8270f4b


more javadoc cleanup


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/ca8270f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/ca8270f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/ca8270f4

Branch: refs/heads/master
Commit: ca8270f4bb42a36734cf1081de95bae8ef98d66a
Parents: f94cc76
Author: Matt Post <po...@cs.jhu.edu>
Authored: Wed Oct 5 12:25:14 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Wed Oct 5 12:25:14 2016 -0400

----------------------------------------------------------------------
 src/main/java/org/apache/joshua/decoder/ff/FeatureFunction.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/ca8270f4/src/main/java/org/apache/joshua/decoder/ff/FeatureFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/joshua/decoder/ff/FeatureFunction.java b/src/main/java/org/apache/joshua/decoder/ff/FeatureFunction.java
index 0bcc97a..f33c909 100644
--- a/src/main/java/org/apache/joshua/decoder/ff/FeatureFunction.java
+++ b/src/main/java/org/apache/joshua/decoder/ff/FeatureFunction.java
@@ -249,7 +249,6 @@ public abstract class FeatureFunction {
    * compute();
    * 
    * @param rule the rule to compute an estimated cost on 
-   * @param sentence the current input sentence
    * @return the *weighted* cost of applying the feature.
    */
   public abstract float estimateCost(Rule rule);