duplicate code
--------------
Key: JAXME-69
URL: http://issues.apache.org/jira/browse/JAXME-69
Project: JaxMe
Type: Bug
Components: JaxMeJS
Versions: current (nightly)
Reporter: tobias.huehner
Priority: Minor
org.apache.ws.jaxme.js.pattern.SourceReflector
duplicate code
--
if (result.size() > 1) {
throw new RecognitionException("The Java source file contained
multiple classes.");
}
if (result.size() > 1) {
throw new RecognitionException("The Java source file contained
multiple classes.");
}
--
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]