Update of /var/cvs/src/org/mmbase/util
In directory james.mmbase.org:/tmp/cvs-serv28884
Modified Files:
LocalizedEntryListFactory.java
Log Message:
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util
Index: LocalizedEntryListFactory.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/LocalizedEntryListFactory.java,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- LocalizedEntryListFactory.java 3 Feb 2008 17:33:57 -0000 1.48
+++ LocalizedEntryListFactory.java 24 Jul 2008 11:34:55 -0000 1.49
@@ -38,7 +38,7 @@
* partially by explicit values, though this is not recommended.
*
* @author Michiel Meeuwissen
- * @version $Id: LocalizedEntryListFactory.java,v 1.48 2008/02/03 17:33:57
nklasens Exp $
+ * @version $Id: LocalizedEntryListFactory.java,v 1.49 2008/07/24 11:34:55
michiel Exp $
* @since MMBase-1.8
*/
public class LocalizedEntryListFactory<C> implements Serializable, Cloneable {
@@ -483,6 +483,9 @@
return cloud.getNode(string);
}
}
+ if (key != null && key instanceof SortedBundle.ValueWrapper) {
+ return ((SortedBundle.ValueWrapper) key).getKey();
+ }
return key;
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs