mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
@@ -9,7 +9,7 @@ import com.l2jserver.model.template.Template;
|
|||||||
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public abstract class TemplateID<T extends Template> extends ID {
|
public abstract class TemplateID<T extends Template<?>> extends ID {
|
||||||
public TemplateID(int id) {
|
public TemplateID(int id) {
|
||||||
super(id);
|
super(id);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user