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