At Sat, 19 Jan 2008 09:43:51 -0600,
Adhamh Findlay wrote:
> I don't have commit access so here's a quick patch for enum being a
> keyword in Java 1.5.
Can you send it as an attachment or by putting it into the sourceforge
patch tracker - when I tried saving and applying it I had problems
with patch due to wrapping.
Also, some of the search/replace you've done is a bit aggressive (a
similar thing occurred in one of the java doc comments):
> - return Collections.enumeration(Arrays.asList(m_children));
> + return Collections.enumeratoreration(Arrays.asList(m_children));
Cheers,
Len.
|