Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -23,5 +23,5 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
@NonNullByDefault
|
||||
public interface PulseAudioBindingConfigurationListener {
|
||||
|
||||
public void bindingConfigurationChanged();
|
||||
void bindingConfigurationChanged();
|
||||
}
|
||||
|
||||
@@ -31,5 +31,5 @@ public interface DeviceStatusListener {
|
||||
* @param bridge The Pulseaudio bridge the added device was connected to.
|
||||
* @param device The device which is added.
|
||||
*/
|
||||
public void onDeviceAdded(Thing bridge, AbstractAudioDeviceConfig device);
|
||||
void onDeviceAdded(Thing bridge, AbstractAudioDeviceConfig device);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user