You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/11/28 17:37:52 UTC

[GitHub] cjmctague opened a new pull request #1066: Fluo source cleanup/simplification

cjmctague opened a new pull request #1066: Fluo source cleanup/simplification
URL: https://github.com/apache/fluo/pull/1066
 
 
   - Removed unnecessary interface modifiers
   - Removed unnecessary calls to toString()
   - Removed redundant local variables
   - size() == 0 replaced with isEmpty()
   - Simplified JUnit assertions
   - Remove redundant imports from the same package
   - Remove java.lang imports. They are imported by default.
   - Remove unused import from FluoRemove 

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