Remove useless modifiers 30/29030/2
authoradetalhouet <adetalhouet@inocybe.com>
Fri, 30 Oct 2015 15:43:40 +0000 (11:43 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Fri, 30 Oct 2015 15:48:18 +0000 (15:48 +0000)
commit2fff2ec909d64268137e4f43fe38239a0aec4c93
tree0d56531098ff1b21b7fa31baf0ccacceac9306dd
parent52f8fd8601ab3d3aa6b39ef2293bbf126e62ec12
Remove useless modifiers

In an interface it is not needed to declare method as public, as per default
they are public.

Change-Id: Ia9e1760d5932237529c76546776f7c57d3c5b252
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
impl/src/main/java/org/opendaylight/unimgr/api/IUnimgrConsoleProvider.java
impl/src/main/java/org/opendaylight/unimgr/api/IUnimgrDataChangeListener.java