Fix javadoc.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 31 May 2013 04:29:49 +0000 (06:29 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 4 Jun 2013 04:21:35 +0000 (06:21 +0200)
src/main/java/net/pterodactylus/sonitus/data/sink/AudioSink.java

index 3409280..07499ad 100644 (file)
@@ -186,7 +186,7 @@ public class AudioSink extends AbstractControlledComponent implements Sink {
        //
 
        /**
-        * Returns the {@link FloatControl.Type.VOLUME} control.
+        * Returns the {@link FloatControl.Type#VOLUME} control.
         *
         * @param dataLine
         *              The data line to search for the control
@@ -197,7 +197,7 @@ public class AudioSink extends AbstractControlledComponent implements Sink {
        }
 
        /**
-        * Returns the {@link BooleanControl.Type.MUTE} control.
+        * Returns the {@link BooleanControl.Type#MUTE} control.
         *
         * @param dataLine
         *              The data line to search for the control