🔥 Remove useless javadoc
[Sone.git] / src / main / java / net / pterodactylus / sone / core / FreenetInterface.java
index 28c8e22..7702d84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - FreenetInterface.java - Copyright Â© 2010–2019 David Roden
+ * Sone - FreenetInterface.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -104,14 +104,6 @@ public class FreenetInterface {
        private final RequestClient imageInserts = new RequestClientBuilder().realTime().build();
        private final RequestClient imageLoader = new RequestClientBuilder().realTime().build();
 
-       /**
-        * Creates a new Freenet interface.
-        *
-        * @param eventBus
-        *            The event bus
-        * @param node
-        *            The node to interact with
-        */
        @Inject
        public FreenetInterface(EventBus eventBus, Node node) {
                this.eventBus = eventBus;