mawiesne opened a new pull request, #85:
URL: https://github.com/apache/opennlp-sandbox/pull/85

   - modernizes classes to use a Java8+ code style (generics, ...)
   - rewrites some old c-style array declarations
   - adds final modifier where applicable
   - switches to enhanced for-loop pattern where applicable
   - removes unnecessary / useless variable initializations
   - fixes compareTo implementations that violated the contract for equality
   - adds static modifier for inner classes
   - replaces `String#indexOf(..) < ..` checks with `String#contains(..)`
   - replaces StringBuffer with StringBuilder
   - removes unused imports
   - removes superfluous toString() calls
   - modernizes resource handling along the path


-- 
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]

Reply via email to