aherbert commented on PR #130: URL: https://github.com/apache/commons-validator/pull/130#issuecomment-1500033533
Removing the protected method `protected int determineScale(final NumberFormat format)` from `AbstractNumberValidator` would be a breaking change for binary compatibility. Try this locally: ``` mvn clean package japicmp:cmp ``` You also have many other files in the PR that are unrelated to this change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
