Révision 1271
tmp/org.txm.translate.rcp/src/org/txm/rcp/translate/i18n/PluginMessages.java (revision 1271) | ||
---|---|---|
249 | 249 |
} |
250 | 250 |
} |
251 | 251 |
} |
252 |
System.out.println(osgiKeys); |
|
253 |
System.out.println(osgiLangs); |
|
252 |
// System.out.println(osgiKeys);
|
|
253 |
// System.out.println(osgiLangs);
|
|
254 | 254 |
} |
255 | 255 |
|
256 | 256 |
if(debug) { |
... | ... | |
483 | 483 |
@Override |
484 | 484 |
public synchronized Enumeration<Object> keys() { |
485 | 485 |
TreeSet<Object> set = new TreeSet<Object>(comp); |
486 |
System.out.println(set); |
|
487 | 486 |
set.addAll(super.keySet()); |
488 |
System.out.println(set); |
|
489 |
Enumeration<Object> en = Collections.enumeration(set); |
|
490 |
System.out.println(set); |
|
491 |
return en; |
|
487 |
return Collections.enumeration(set); |
|
492 | 488 |
} |
493 | 489 |
}; |
494 | 490 |
BiHashMap<String, String> h = langs.get(propFile); |
Formats disponibles : Unified diff