Skip to content

Commit

Permalink
No issue: fixing JavaDocs for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobisp committed Jun 27, 2014
1 parent 6cc88bf commit 1afc47f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ protected int getN()
/**
* Returns the top entries from the segment (modeled as column)
*
* @param column
* @param n
* @return
* @param column column
* @param n n
* @return the top entries
*/
protected final List<Entry<String, Double>> top(Map<String, Double> column,
int n)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected AnalysisEngineDescription getChunker(String language)
}

/**
* Default implementation adds {@link KeyphraseCandidate}-annotations.
* Default implementation adds KeyphraseCandidate-annotations.
*
* @return candidate annotator
* @throws ResourceInitializationException a resource initialization exception
Expand Down

0 comments on commit 1afc47f

Please sign in to comment.