diff options
Diffstat (limited to 'netx/net/sourceforge/jnlp/InformationDesc.java')
-rw-r--r-- | netx/net/sourceforge/jnlp/InformationDesc.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netx/net/sourceforge/jnlp/InformationDesc.java b/netx/net/sourceforge/jnlp/InformationDesc.java index faee3c2..571a4b5 100644 --- a/netx/net/sourceforge/jnlp/InformationDesc.java +++ b/netx/net/sourceforge/jnlp/InformationDesc.java @@ -60,7 +60,7 @@ public class InformationDesc { * Create an information element object. * * @param jnlpFile file that the information is for - * @param locale the the information is for + * @param locales the locales the information is for */ public InformationDesc(JNLPFile jnlpFile, Locale locales[]) { this.jnlpFile = jnlpFile; |