Skip to content

Commit

Permalink
Fix javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
seblemaguer committed May 5, 2020
1 parent 6f072ac commit 2b2fb88
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public class JoinModelCost implements JoinCostFunction {
/**
* Empty constructor; when using this, call load() separately to initialise this class.
*
* @see #load(String a, InputStream b, String c, float d)
* @see #load(String joinFileName, InputStream joinPdfStream, InputStream joinTreeStream, String trickyPhonesFile)
*/
public JoinModelCost() {
}
Expand Down

0 comments on commit 2b2fb88

Please sign in to comment.