Description
ThriftUtil (in core) and TServerUtils (in server-base) could both stand to use a general cleanup (as I found in working on ACCUMULO-2815).
- Whitespace
- Ensure client/server logic separation (ThriftUtil/TServerUtils, respectively)
- Any Javadoc
- Switch over to slf4j loggers for better logging without excessive string creation concerns