reserved word enum is used -------------------------- Key: JXPATH-84 URL: https://issues.apache.org/jira/browse/JXPATH-84 Project: Commons JXPath Issue Type: Bug Reporter: peter snowdon Priority: Minor
line 3671 in XPathParser uses enum: for (java.util.Enumeration enum = jj_expentries.elements(); enum.hasMoreElements();) { which fails under java5. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]