aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net
diff options
context:
space:
mode:
authorDenis Lila <[email protected]>2011-03-29 10:24:31 -0400
committerDenis Lila <[email protected]>2011-03-29 10:24:31 -0400
commit8f8099cbfacfcd8066e4b4622fd208cec5e82792 (patch)
treedf705fba2c5f7e1ad3197f00e5b3583c3415b579 /netx/net
parente260e5862b8018927a2836e7de16998c7ccbf182 (diff)
parentf6e0a2a0bda3b81d178eda9d76bbc9a199245379 (diff)
branch merge
Diffstat (limited to 'netx/net')
-rw-r--r--netx/net/sourceforge/jnlp/JNLPFile.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/netx/net/sourceforge/jnlp/JNLPFile.java b/netx/net/sourceforge/jnlp/JNLPFile.java
index 5f0a955..9add91b 100644
--- a/netx/net/sourceforge/jnlp/JNLPFile.java
+++ b/netx/net/sourceforge/jnlp/JNLPFile.java
@@ -329,8 +329,7 @@ public class JNLPFile {
InformationDesc infoDesc = info.get(i);
if (localMatches(locale, infoDesc.getLocales()))
- if (localMatches(locale, infoDesc.getLocales()))
- result.addAll(infoDesc.getItems(key));
+ result.addAll(infoDesc.getItems(key));
}
return result;