Add some missing javadoc comments.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / sink / Icecast2Sink.java
index b924cc5..ce55669 100644 (file)
@@ -81,6 +81,7 @@ public class Icecast2Sink implements Sink {
        /** Whether to publish the server. */
        private final boolean publishServer;
 
+       /** The output stream to the server. */
        private OutputStream socketOutputStream;
 
        /** The current metadata. */