mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-10 01:12:52 +00:00
Update assembly descriptor and improves significantly the documentation
Fixes an issue in the assembly descriptor that included older compilation binaries into assemblies. Improved javadoc documentation in more than 150 classes, including fixing mistakes.
This commit is contained in:
@@ -33,6 +33,10 @@ public class SkillTemplateID extends TemplateID<SkillTemplate, Integer> {
|
||||
*/
|
||||
private final TemplateService templateService;
|
||||
|
||||
/**
|
||||
* @param id the raw id
|
||||
* @param templateService the template service
|
||||
*/
|
||||
@Inject
|
||||
public SkillTemplateID(@Assisted int id, TemplateService templateService) {
|
||||
super(id);
|
||||
|
||||
Reference in New Issue
Block a user