1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +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:
2011-09-16 13:58:41 -03:00
parent 654cc11552
commit 665e82c97a
88 changed files with 305 additions and 155 deletions

View File

@@ -42,6 +42,9 @@ public class PluginLoader implements Loader, Unloader {
/**
* Returns list of suitable Template classes to load/unload
*
* @param classes
* loaded classes
*
* @return list of Template classes to load/unload
*/
@SuppressWarnings({ "unchecked", "unused" })

View File

@@ -26,6 +26,7 @@ import com.l2jserver.model.world.NPC;
public class MonsterAI extends NPCAI {
/**
* @param creature
* the creature
*/
protected MonsterAI(NPC creature) {
super(creature);