Fix javadoc error.

This commit is contained in:
Michael Bayne
2019-05-29 12:10:59 -07:00
parent 9d85d90244
commit 9a0537a6f9
@@ -52,7 +52,7 @@ public class GetdownApp
/** /**
* Runs Getdown as an application, using the arguments supplie as {@code argv}. * 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. * called on it.
* @throws Exception if anything goes wrong starting Getdown. * @throws Exception if anything goes wrong starting Getdown.
*/ */