Rename “Controlled” to “ControlledComponent.”
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / Source.java
index cf2dd66..b12ec20 100644 (file)
@@ -7,7 +7,7 @@ import java.io.IOException;
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
-public interface Source extends Controlled {
+public interface Source extends ControlledComponent {
 
        /**
         * Returns the metadata of the audio stream.