Skip to content

Commit

Permalink
Fixed javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
drewfarris committed Feb 2, 2024
1 parent 97a5a4d commit faceefa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public SSDeepScoringFunction(SSDeepSimilarityQueryConfiguration config) {
*
* @param query
* the query that has the parameters we want to read.
* @return the minimum score threshold specified in the query parameter, 0 if none is set or the value of the parameter is outside of the bounds 0 >= n >=
* @return the minimum score threshold specified in the query parameter, 0 if none is set or the value of the parameter is outside of the bounds 0 >= n >=
* 100.
*/
private int readOptionalMinScoreThreshold(Query query) {
Expand Down

0 comments on commit faceefa

Please sign in to comment.