You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by to...@apache.org on 2016/09/26 12:27:51 UTC

incubator-joshua git commit: JOSHUA-291 - removed trailing throws in BiCorpus javadoc

Repository: incubator-joshua
Updated Branches:
  refs/heads/master 99a1d9758 -> f5492d3a0


JOSHUA-291 - removed trailing throws in BiCorpus javadoc


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

Branch: refs/heads/master
Commit: f5492d3a078695818e6a079aaba525f0bccbb28a
Parents: 99a1d97
Author: Tommaso Teofili <to...@apache.org>
Authored: Mon Sep 26 14:27:10 2016 +0200
Committer: Tommaso Teofili <to...@apache.org>
Committed: Mon Sep 26 14:27:10 2016 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/joshua/subsample/BiCorpus.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/f5492d3a/src/main/java/org/apache/joshua/subsample/BiCorpus.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/joshua/subsample/BiCorpus.java b/src/main/java/org/apache/joshua/subsample/BiCorpus.java
index b042391..9dc1e38 100644
--- a/src/main/java/org/apache/joshua/subsample/BiCorpus.java
+++ b/src/main/java/org/apache/joshua/subsample/BiCorpus.java
@@ -59,7 +59,6 @@ public class BiCorpus implements Iterable<PhrasePair> {
    * @param foreignFileName todo
    * @param nativeFileName todo
    * @param alignmentFileName todo
-   * @throws IOException todo
    * @throws IllegalArgumentException todo
    * @throws IndexOutOfBoundsException todo
    */