1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-09 17:02:53 +00:00

Fixed compiler warnings

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-26 13:46:47 -03:00
parent fc0dcd221e
commit 566c4e2037
20 changed files with 36 additions and 33 deletions

View File

@@ -40,18 +40,22 @@ public class AIServiceImpl extends AbstractService implements AIService {
/**
* The {@link WorldService}
*/
@SuppressWarnings("unused")
private final WorldService worldService;
/**
* The {@link WorldService} event dispatcher
*/
@SuppressWarnings("unused")
private final WorldEventDispatcher eventDispatcher;
/**
* The {@link ThreadService}
*/
@SuppressWarnings("unused")
private final ThreadService threadService;
/**
* The {@link NetworkService}
*/
@SuppressWarnings("unused")
private final NetworkService networkService;
@Inject