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:
parent
07ea480752
commit
1275bf6219
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue