1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-09 17:02:53 +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:
2011-09-15 01:21:52 -03:00
parent 8a8557606f
commit a2e8680f72
155 changed files with 1223 additions and 225 deletions

View File

@@ -37,6 +37,10 @@ public final class CharacterID extends ActorID<L2Character> {
*/
private transient final CharacterDAO characterDao;
/**
* @param id the raw id
* @param characterDao the character DAO
*/
@Inject
public CharacterID(@Assisted int id, CharacterDAO characterDao) {
super(id);