[jboss-jira] [JBoss JIRA] Created: (JBBOOT-135) Fix generic context of ServerConfig
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri Jul 9 15:22:46 EDT 2010
Fix generic context of ServerConfig
-----------------------------------
Key: JBBOOT-135
URL: https://jira.jboss.org/browse/JBBOOT-135
Project: JBoss Bootstrap
Issue Type: Bug
Components: api
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 2.1.0-alpha-6
public interface ServerConfig<T extends ServerConfig<?>>
should be:
public interface ServerConfig<T extends ServerConfig<T>>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list