Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1EB9612EA1 for ; Sun, 11 May 2014 01:59:32 +0000 (UTC) Received: (qmail 38557 invoked by uid 500); 10 May 2014 23:29:05 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 84454 invoked by uid 500); 10 May 2014 23:17:59 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 55006 invoked by uid 99); 10 May 2014 23:00:00 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 23:00:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2014 18:46:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5F94023889E2; Wed, 7 May 2014 18:46:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1593115 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Date: Wed, 07 May 2014 18:46:00 -0000 To: commits@commons.apache.org From: britter@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140507184600.5F94023889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: britter Date: Wed May 7 18:45:59 2014 New Revision: 1593115 URL: http://svn.apache.org/r1593115 Log: Use the term distance in documentation of getFuzzyDistance Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java?rev=1593115&r1=1593114&r2=1593115&view=diff ============================================================================== --- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java (original) +++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Wed May 7 18:45:59 2014 @@ -7073,7 +7073,7 @@ public class StringUtils { } /** - *

Determine the fuzzy score which indicates the similarity between two Strings.

+ *

Find the Fuzzy Distance which indicates the similarity score between two Strings.

* *

This string matching algorithm is similar to the algorithms of editors such as Sublime Text, * TextMate, Atom and others. One point is given for every matched character. Subsequent