aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/JARDesc.java
diff options
context:
space:
mode:
Diffstat (limited to 'netx/net/sourceforge/jnlp/JARDesc.java')
-rw-r--r--netx/net/sourceforge/jnlp/JARDesc.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/netx/net/sourceforge/jnlp/JARDesc.java b/netx/net/sourceforge/jnlp/JARDesc.java
index 78bc311..0037f5c 100644
--- a/netx/net/sourceforge/jnlp/JARDesc.java
+++ b/netx/net/sourceforge/jnlp/JARDesc.java
@@ -57,7 +57,8 @@ public class JARDesc {
* @param part the part name, or null
* @param lazy whether to load the JAR on demand
* @param main whether the JAR contains the main class
- * @param nativeJam whether the JAR contains native libraries
+ * @param nativeJar whether the JAR contains native libraries
+ * @param cacheable whether the JAR can be cached or not
*/
public JARDesc(URL location, Version version, String part, boolean lazy, boolean main, boolean nativeJar, boolean cacheable) {
this.location = location;