From 4c36b312e2e47a93494a8e0392fd20d98644c188 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 14 Nov 2014 08:45:27 -0800 Subject: [PATCH] Fix some Javadoc errors. --- src/main/java/com/threerings/getdown/data/Application.java | 2 +- src/main/java/com/threerings/getdown/launcher/Getdown.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/threerings/getdown/data/Application.java b/src/main/java/com/threerings/getdown/data/Application.java index 8dfbbcc..d0804b0 100644 --- a/src/main/java/com/threerings/getdown/data/Application.java +++ b/src/main/java/com/threerings/getdown/data/Application.java @@ -223,7 +223,7 @@ public class Application /** * Creates an application instance with no signers. * - * @see #Application(File, String, Object[], String[], String[]) + * @see #Application(File, String, List, String[], String[]) */ public Application (File appdir, String appid) { diff --git a/src/main/java/com/threerings/getdown/launcher/Getdown.java b/src/main/java/com/threerings/getdown/launcher/Getdown.java index d905e8f..77c60b6 100644 --- a/src/main/java/com/threerings/getdown/launcher/Getdown.java +++ b/src/main/java/com/threerings/getdown/launcher/Getdown.java @@ -535,9 +535,9 @@ public abstract class Getdown extends Thread } /** - * Load the image at the path. Before trying the exact path/file specified we will look to see - * if we can find a localized version by sticking a _ in front of the "." in the - * filename. + * Load the image at the path. Before trying the exact path/file specified we will look to see + * if we can find a localized version by sticking a {@code _} in front of the "." in + * the filename. */ public BufferedImage loadImage (String path) {