aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/JNLPFile.java
diff options
context:
space:
mode:
authorThomas Meyer <[email protected]>2012-08-19 16:49:54 +0200
committerThomas Meyer <[email protected]>2012-08-19 16:49:54 +0200
commitbc74d798767c5d23cfc1f599421896e915bb2923 (patch)
tree54848300185e47ff320bfa918c962153f1a94869 /netx/net/sourceforge/jnlp/JNLPFile.java
parentc875f9fd93337f6ac0b6d3806b0238024b5896f8 (diff)
Fix some javadoc warnings
Diffstat (limited to 'netx/net/sourceforge/jnlp/JNLPFile.java')
-rw-r--r--netx/net/sourceforge/jnlp/JNLPFile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/netx/net/sourceforge/jnlp/JNLPFile.java b/netx/net/sourceforge/jnlp/JNLPFile.java
index 5fc626e..137bfff 100644
--- a/netx/net/sourceforge/jnlp/JNLPFile.java
+++ b/netx/net/sourceforge/jnlp/JNLPFile.java
@@ -780,7 +780,7 @@ public class JNLPFile {
* jars it finds through getResourcesDescs(). If ever the implementation
* of that function should change to return copies of JARDescs objects,
* then the "jar == aJar" comparison below should change accordingly.
- * @param jar: the jar whose download options to get.
+ * @param jar the jar whose download options to get.
* @return the download options.
*/
public DownloadOptions getDownloadOptionsForJar(JARDesc jar) {