Hi,

in BeanUtils (public static Map describe(Object bean)) the constant
Collections.EMPTY_MAP is used. This constant was only defined in JDK
1.3.

It would be nice if this could be changed (back?) to using something
like

public static final Map EMPTY_MAP = new HashMap();

so that people having to deploy to a not yet 1.3 platform can still use
struts.

Cheers,

-hendrik

Reply via email to