Add code comment.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 24 May 2013 21:30:34 +0000 (23:30 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 27 May 2013 20:54:37 +0000 (22:54 +0200)
src/main/java/net/pterodactylus/sonitus/data/sink/AudioSink.java

index fc4c60c..9bbf6a3 100644 (file)
@@ -47,6 +47,10 @@ public class AudioSink implements Sink {
        /** The audio output. */
        private SourceDataLine sourceDataLine;
 
+       //
+       // SINK METHODS
+       //
+
        @Override
        public void open(Metadata metadata) throws IOException {
                Preconditions.checkArgument(metadata.encoding().equalsIgnoreCase("PCM"), "source must be PCM-encoded");