[jboss-jira] [JBoss JIRA] Updated: (JBCL-93) @XmlType for CapabilitiesMetaData spells 'capabilities' wrong
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Wed Mar 11 12:01:34 EDT 2009
[ https://jira.jboss.org/jira/browse/JBCL-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan updated JBCL-93:
---------------------------
JBoss Forum Reference: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217031#4217031 (was: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216960)
> @XmlType for CapabilitiesMetaData spells 'capabilities' wrong
> -------------------------------------------------------------
>
> Key: JBCL-93
> URL: https://jira.jboss.org/jira/browse/JBCL-93
> Project: JBoss ClassLoader
> Issue Type: Bug
> Affects Versions: JBossCL.2.0.3.GA
> Reporter: Kabir Khan
> Assignee: Ales Justin
> Fix For: JBossCL.2.2.0.Alpha
>
>
> It says:
> @XmlType(name="capabilties", propOrder= {"capabilities"})
> public class CapabilitiesMetaData implements Serializable, Cloneable
> should probably be:
> @XmlType(name="capabilities", propOrder= {"capabilities"})
> public class CapabilitiesMetaData implements Serializable, Cloneable
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list