From 9a0537a6f9e9a4d4622fdd2b96babce3de96b38f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 29 May 2019 12:10:59 -0700 Subject: [PATCH] Fix javadoc error. --- .../main/java/com/threerings/getdown/launcher/GetdownApp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/main/java/com/threerings/getdown/launcher/GetdownApp.java b/launcher/src/main/java/com/threerings/getdown/launcher/GetdownApp.java index e4e3320..964d816 100644 --- a/launcher/src/main/java/com/threerings/getdown/launcher/GetdownApp.java +++ b/launcher/src/main/java/com/threerings/getdown/launcher/GetdownApp.java @@ -52,7 +52,7 @@ public class GetdownApp /** * Runs Getdown as an application, using the arguments supplie as {@code argv}. - * @return the {@code Getdown} instance that is running. {@link Getdown#start} will have been + * @return the {@code Getdown} instance that is running. {@link Getdown#run} will have been * called on it. * @throws Exception if anything goes wrong starting Getdown. */