Fix some Javadoc errors.

This commit is contained in:
Michael Bayne
2014-11-14 08:45:27 -08:00
parent 17c14c7cea
commit 4c36b312e2
2 changed files with 4 additions and 4 deletions
@@ -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)
{
@@ -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 _<language> 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 _<language>} in front of the "." in
* the filename.
*/
public BufferedImage loadImage (String path)
{