Remove references to the event bus.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 5 Jun 2013 04:30:42 +0000 (06:30 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 6 Jun 2013 20:28:12 +0000 (22:28 +0200)
src/main/java/net/pterodactylus/sonitus/data/sink/Icecast2Sink.java
src/main/java/net/pterodactylus/sonitus/data/source/StreamSource.java

index 5faa1ec..f13fef1 100644 (file)
@@ -79,8 +79,6 @@ public class Icecast2Sink extends AbstractFilter {
        /**
         * Creates a new Icecast2 sink.
         *
-        * @param eventBus
-        *              The event bus
         * @param server
         *              The hostname of the server
         * @param port
index 34a952c..c324857 100644 (file)
@@ -66,8 +66,6 @@ public class StreamSource extends AbstractFilter {
         * the response header for vital information (sampling frequency, number of
         * channels, etc.).
         *
-        * @param eventBus
-        *              The event bus
         * @param streamUrl
         *              The URL of the stream
         * @throws IOException