From b70936939cf57d11448538dbbcb5ecc535a603dc Mon Sep 17 00:00:00 2001 From: Adam Domurad Date: Tue, 10 Jul 2012 10:35:52 -0400 Subject: Refactor Object launchType; to LaunchDesc launchType; in JNLPFile --- netx/net/sourceforge/jnlp/Parser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netx/net/sourceforge/jnlp/Parser.java') diff --git a/netx/net/sourceforge/jnlp/Parser.java b/netx/net/sourceforge/jnlp/Parser.java index a823562..60cd9b4 100644 --- a/netx/net/sourceforge/jnlp/Parser.java +++ b/netx/net/sourceforge/jnlp/Parser.java @@ -609,7 +609,7 @@ class Parser { * @param parent the parent node * @throws ParseException if the JNLP file is invalid */ - public Object getLauncher(Node parent) throws ParseException { + public LaunchDesc getLauncher(Node parent) throws ParseException { // check for other than one application type if (1 < getChildNodes(parent, "applet-desc").length + getChildNodes(parent, "application-desc").length -- cgit v1.2.3