Skip to content

Commit

Permalink
fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Feb 21, 2013
1 parent a5906fd commit 85ec920
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -21,10 +21,9 @@
* Sorts providers by the primary person name associated with the underlying person
*
* Note that this ignores any values stored in the provider "name" property and sorts
* solely on the underlying person name
* solely on the underlying person name l
*
* Utilizes the PersonByName comparator to do the underlying sort, which sorts names based on the following
* precedence: FamilyName, FamilyName2, GivenName, MiddleName, FamilyNamePrefix, FamilyNameSuffix
* Utilizes the {@link PersonByNameComparator} comparator to do the underlying sort
*/
public class ProviderByPersonNameComparator implements Comparator<Provider> {

Expand Down

0 comments on commit 85ec920

Please sign in to comment.