Parent Directory
|
Revision Log
|
Patch
revision 685 by alfonx, Wed Feb 10 15:04:02 2010 UTC | revision 723 by alfonx, Thu Feb 25 16:24:52 2010 UTC | |
---|---|---|
# | Line 335 public class Translation extends HashMap | Line 335 public class Translation extends HashMap |
335 | */ | */ |
336 | public void addTranslationChangeListener(ActionListener actionListener) { | public void addTranslationChangeListener(ActionListener actionListener) { |
337 | if (actionListeners.add(actionListener)) { | if (actionListeners.add(actionListener)) { |
338 | LOGGER | // LOGGER |
339 | .debug("registering a new translationChangeActionListener in the WeakHashSet"); | // .debug("registering a new translationChangeActionListener in the WeakHashSet"); |
340 | } | } |
341 | } | } |
342 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |