mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 17:02:53 +00:00
Code formatting
This commit is contained in:
@@ -27,10 +27,11 @@ import com.l2jserver.service.Service;
|
||||
|
||||
/**
|
||||
* Service that loads {@link L2Character}, {@link NPC}, {@link Item} and
|
||||
* {@link Skill} {@link Template templates}. The service on startup, loads from files or from the
|
||||
* database the data and parses them into <tt>com.l2jserver.model.template</tt>
|
||||
* classes. Once they are loaded, templates can be retrieved using any
|
||||
* {@link TemplateID} object created from a {@link TemplateIDProvider}.
|
||||
* {@link Skill} {@link Template templates}. The service on startup, loads from
|
||||
* files or from the database the data and parses them into
|
||||
* <tt>com.l2jserver.model.template</tt> classes. Once they are loaded,
|
||||
* templates can be retrieved using any {@link TemplateID} object created from a
|
||||
* {@link TemplateIDProvider}.
|
||||
*
|
||||
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user