-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-4235] Fix compile and Javadoc warnings
Fix to compile warnings due to code issues. * Minor logic errors. * Generic declarations and casts. * Resources not closed (now use try-with-resources) Resolve issues in existing Javadoc. Fixes for actual bugs flagged by Checkstyle * Two (static) utility classes with public constructors. * Peer class had equals() implementation but no hashCode(). Change-Id: I5484a93b3b36cb27761b297aaa33f8321f0f4d02 Signed-off-by: Mark S. Lewis <Mark_Lewis@uk.ibm.com>
- Loading branch information
1 parent
15d2faf
commit 37b344c
Showing
31 changed files
with
253 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.