On 2018-05-21, <[email protected]> wrote:
> ----------------------------------------------------------------------
> diff --git
> a/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DescriptorHandler.java
> b/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DescriptorHandler.java
> @@ -97,7 +98,7 @@ public class DescriptorHandler extends HandlerBase {
> * put into the jar file, mapped to File objects Accessed by the SAX
> * parser call-back method characters().
> */
> - protected Hashtable<String, File> ejbFiles = null;
> + protected Map<String, File> ejbFiles = null;
breaks backwards compatibility for subclasses invoking, say, elements()
on ejbFiles.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]