Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-h committed Aug 11, 2020
1 parent 83bb831 commit 6a0c608
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ private String getCanonicalPath(String filePath) {
/**
* Obtain the canonical model path.
*
* @param filePath The path to the gensim model or gensim vector file.
* @return The canonical model path as String.
* @param file the file to get the canonical path from
* @return The canonical path as String.
*/
private String getCanonicalPath(File file) {
if (!file.exists() || file.isDirectory()) {
Expand Down

0 comments on commit 6a0c608

Please sign in to comment.