Code style changes.
This commit is contained in:
@@ -23,11 +23,11 @@ package com.l2jmobius.gameserver.handler;
|
||||
*/
|
||||
public interface IHandler<K, V>
|
||||
{
|
||||
public void registerHandler(K handler);
|
||||
void registerHandler(K handler);
|
||||
|
||||
public void removeHandler(K handler);
|
||||
void removeHandler(K handler);
|
||||
|
||||
public K getHandler(V val);
|
||||
K getHandler(V val);
|
||||
|
||||
public int size();
|
||||
int size();
|
||||
}
|
||||
|
Reference in New Issue
Block a user