Move format into metadata.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / Sink.java
index 7f6ce6b..0fbfb9e 100644 (file)
@@ -32,7 +32,8 @@ public interface Sink {
         * @param source
         *              The source to connect to
         * @throws ConnectException
-        *              if the source can not be connected, e.g. due to a {@link Format} mismatch
+        *              if the source can not be connected, e.g. due to a {@link Metadata}
+        *              mismatch
         */
        void connect(Source source) throws ConnectException;