I figured I'd fire this off while I saw it.  Inside an Ant task such as
EjbDocletTask, I see this:

      Hashtable properties = getOwningTarget().getProject().getProperties();

This can be shortened to:

      Hashtable properties = project.getProperties();

No biggie, just figured I'd let y'all know.

    Erik



_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to