Add missing @since tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1561005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-01-24 13:52:46 +00:00
parent 07ea480752
commit 1275bf6219
1 changed files with 1 additions and 0 deletions

View File

@ -7006,6 +7006,7 @@ public class StringUtils {
* @param second the second String, must not be null
* @return result distance
* @throws IllegalArgumentException if either String input {@code null}
* @since 3.3
*/
public static double getJaroWinklerDistance(final CharSequence first, final CharSequence second) {
final double DEFAULT_SCALING_FACTOR = 0.1;