Skip to content

Commit ed9fbf0

Browse files
authored
[sonos] Fix warnings (openhab#15708)
* Fix warnings * Fix discovery error logging for offline devices Fixes openhab#6793 Signed-off-by: Jacob Laursen <[email protected]>
1 parent 7516ca5 commit ed9fbf0

File tree

6 files changed

+149
-126
lines changed

6 files changed

+149
-126
lines changed

bundles/org.openhab.binding.sonos/src/main/java/org/openhab/binding/sonos/internal/SonosAudioSink.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import org.openhab.binding.sonos.internal.handler.ZonePlayerHandler;
2323
import org.openhab.core.audio.AudioFormat;
2424
import org.openhab.core.audio.AudioHTTPServer;
25-
import org.openhab.core.audio.AudioSink;
2625
import org.openhab.core.audio.AudioSinkSync;
2726
import org.openhab.core.audio.AudioStream;
2827
import org.openhab.core.audio.FileAudioStream;
@@ -39,7 +38,7 @@
3938
import org.slf4j.LoggerFactory;
4039

4140
/**
42-
* This makes a Sonos speaker to serve as an {@link AudioSink}-
41+
* This makes a Sonos speaker to serve as an {@link org.openhab.core.audio.AudioSink}-
4342
*
4443
* @author Kai Kreuzer - Initial contribution and API
4544
* @author Christoph Weitkamp - Added getSupportedStreams() and UnsupportedAudioStreamException

0 commit comments

Comments
 (0)