Fix some javadoc warnings

This commit is contained in:
md_5
2020-01-05 11:17:11 +11:00
parent 5f29e939b0
commit 2f547f73f7
7 changed files with 38 additions and 3 deletions

View File

@@ -242,7 +242,7 @@ public class BungeeCord extends ProxyServer
* Start this proxy instance by loading the configuration, plugins and
* starting the connect thread.
*
* @throws Exception
* @throws Exception any critical errors encountered
*/
@SuppressFBWarnings("RV_RETURN_VALUE_IGNORED_BAD_PRACTICE")
public void start() throws Exception