Code style changes.
This commit is contained in:
@@ -32,5 +32,5 @@ public interface IDropItem
|
||||
* @param killer the killer
|
||||
* @return {@code null} or empty collection if there are no drops, a collection containing all items to drop otherwise
|
||||
*/
|
||||
public List<ItemHolder> calculateDrops(L2Character victim, L2Character killer);
|
||||
List<ItemHolder> calculateDrops(L2Character victim, L2Character killer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user