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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to