1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-09 08:52:51 +00:00

TeleporterTemplate

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-25 00:54:21 -03:00
parent cc44946831
commit ad6a2e89d2
9129 changed files with 128 additions and 673228 deletions

View File

@@ -30,7 +30,7 @@ public interface TemplateService extends Service {
* the template id
* @return the template
*/
<T extends Template<?>> T getTemplate(TemplateID<T> id);
<T extends Template<?>> T getTemplate(TemplateID<T, ?> id);
/**
* Reload the template list.