diff options
author | Ryan Goulding <ryandgoulding@gmail.com> | 2017-09-14 12:14:12 -0400 |
---|---|---|
committer | Ryan Goulding <ryandgoulding@gmail.com> | 2017-09-14 12:24:23 -0400 |
commit | 7ea02fe1a8f40ffba9e54eb92391ee5dd6382ff5 (patch) | |
tree | 6b0eecdc665bf401c7530b3be975e10da43ce977 /sliapi/installer | |
parent | bd920facad4f9ce5e8651acb6c477446106e892f (diff) |
Clean up public interfaces
The Java programming language assigns certain defaults for methods
and constants defined in interfaces. This change removes the
unnecessary redundant modifiers appropriately.
For example:
* interface methods are public by default
* interface constants are public by default
* interface methods are abstract unless "default" is specifically
used (as of JDK8+).
This is really just to get rid of annoying warnings present in
IDE(s).
Issue-Id: SDNC-79
Change-Id: I2e6b3e4fa02bad1beee2cbb49d3766722eff1ba0
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Diffstat (limited to 'sliapi/installer')
0 files changed, 0 insertions, 0 deletions