Add some missing javadoc comments.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / sink / FileSink.java
index 9738c50..48476b3 100644 (file)
@@ -47,6 +47,7 @@ public class FileSink implements Sink {
        /** The path of the file to write to. */
        private final String path;
 
+       /** The output stream writing to the file. */
        private FileOutputStream fileOutputStream;
 
        /** The current metadata. */