Use the empty Enumeration singleton returned by Collections.emptyEnumeration; there were a couple places that explicitly passed an empty collection to Collections.enumeration, which may as well just use Collections.emptyEnumeration.
Comment From: sbrannen
This has been merged into 6.0.x and main.
Thanks