mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-10 01:12:52 +00:00
Clean up in the entire source code
Major clean up in the source code reformatting it and organizing imports.
This commit is contained in:
@@ -34,8 +34,10 @@ public class SkillTemplateID extends TemplateID<SkillTemplate, Integer> {
|
||||
private final TemplateService templateService;
|
||||
|
||||
/**
|
||||
* @param id the raw id
|
||||
* @param templateService the template service
|
||||
* @param id
|
||||
* the raw id
|
||||
* @param templateService
|
||||
* the template service
|
||||
*/
|
||||
@Inject
|
||||
public SkillTemplateID(@Assisted int id, TemplateService templateService) {
|
||||
|
||||
Reference in New Issue
Block a user