Add some missing javadoc comments.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / source / MultiSource.java
index 81f4f7c..13cf030 100644 (file)
@@ -56,6 +56,12 @@ public class MultiSource implements Source {
        /** Whether the source was changed. */
        private boolean sourceChanged;
 
+       /**
+        * Creates a new multi source.
+        *
+        * @param eventBus
+        *              The event bus
+        */
        @Inject
        public MultiSource(EventBus eventBus) {
                this.eventBus = eventBus;