You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by GitBox <gi...@apache.org> on 2018/12/30 13:18:19 UTC

[GitHub] saschaszott commented on issue #100: TEXT-104: Jaro Winkler Distance refers to similarity

saschaszott commented on issue #100: TEXT-104: Jaro Winkler Distance refers to similarity
URL: https://github.com/apache/commons-text/pull/100#issuecomment-450560249
 
 
   Travis is complaining about two changes breaking downward compatibility:
   
   * field `INDEX_NOT_FOUND` was removed (this field was removed as it is not used anymore)
   * method `protected int[] matches(java.lang.CharSequence, java.lang.CharSequence)` has been removed (this method was moved to `JaroWinklerSimilarity`; it is not required to duplicate this method in `JaroWinklerDistance`)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org