Fixed some comments.

This commit is contained in:
MobiusDev
2016-05-25 13:32:37 +00:00
parent d709b0a908
commit 1452a6b111
7 changed files with 9 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
/* /*
* This file is part of the L2J Mobius project.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@@ -36,7 +36,7 @@ public class CorpseDropItem extends GeneralDropItem
/* /*
* (non-Javadoc) * (non-Javadoc)
* @see com.l2jserver.gameserver.model.drops.GeneralDropItem#getGlobalAmountMultiplier() * @see com.l2jmobius.gameserver.model.drops.GeneralDropItem#getGlobalAmountMultiplier()
*/ */
@Override @Override
protected double getGlobalAmountMultiplier(boolean isPremium) protected double getGlobalAmountMultiplier(boolean isPremium)
@@ -46,7 +46,7 @@ public class CorpseDropItem extends GeneralDropItem
/* /*
* (non-Javadoc) * (non-Javadoc)
* @see com.l2jserver.gameserver.model.drops.GeneralDropItem#getGlobalChanceMultiplier() * @see com.l2jmobius.gameserver.model.drops.GeneralDropItem#getGlobalChanceMultiplier()
*/ */
@Override @Override
protected double getGlobalChanceMultiplier(boolean isPremium) protected double getGlobalChanceMultiplier(boolean isPremium)

View File

@@ -36,7 +36,7 @@ public class DeathDropItem extends GeneralDropItem
/* /*
* (non-Javadoc) * (non-Javadoc)
* @see com.l2jserver.gameserver.model.drops.GeneralDropItem#getGlobalAmountMultiplier() * @see com.l2jmobius.gameserver.model.drops.GeneralDropItem#getGlobalAmountMultiplier()
*/ */
@Override @Override
protected double getGlobalAmountMultiplier(boolean isPremium) protected double getGlobalAmountMultiplier(boolean isPremium)
@@ -46,7 +46,7 @@ public class DeathDropItem extends GeneralDropItem
/* /*
* (non-Javadoc) * (non-Javadoc)
* @see com.l2jserver.gameserver.model.drops.GeneralDropItem#getGlobalChanceMultiplier() * @see com.l2jmobius.gameserver.model.drops.GeneralDropItem#getGlobalChanceMultiplier()
*/ */
@Override @Override
protected double getGlobalChanceMultiplier(boolean isPremium) protected double getGlobalChanceMultiplier(boolean isPremium)

View File

@@ -249,7 +249,7 @@ public class GeneralDropItem implements IDropItem
/* /*
* (non-Javadoc) * (non-Javadoc)
* @see com.l2jserver.gameserver.model.drop.IDropItem#calculateDrops(com.l2jserver.gameserver.model.actor.L2Character, com.l2jserver.gameserver.model.actor.L2Character) * @see com.l2jmobius.gameserver.model.drop.IDropItem#calculateDrops(com.l2jmobius.gameserver.model.actor.L2Character, com.l2jmobius.gameserver.model.actor.L2Character)
*/ */
@Override @Override
public Collection<ItemHolder> calculateDrops(L2Character victim, L2Character killer) public Collection<ItemHolder> calculateDrops(L2Character victim, L2Character killer)

View File

@@ -33,7 +33,7 @@ public class GroupedCorpseDropItem extends GroupedGeneralDropItem
/* /*
* (non-Javadoc) * (non-Javadoc)
* @see com.l2jserver.gameserver.model.drops.GroupedGeneralDropItem#getGlobalChanceMultiplier() * @see com.l2jmobius.gameserver.model.drops.GroupedGeneralDropItem#getGlobalChanceMultiplier()
*/ */
@Override @Override
protected double getGlobalChanceMultiplier() protected double getGlobalChanceMultiplier()

View File

@@ -33,7 +33,7 @@ public class GroupedDeathDropItem extends GroupedGeneralDropItem
/* /*
* (non-Javadoc) * (non-Javadoc)
* @see com.l2jserver.gameserver.model.drops.GroupedGeneralDropItem#getGlobalChanceMultiplier() * @see com.l2jmobius.gameserver.model.drops.GroupedGeneralDropItem#getGlobalChanceMultiplier()
*/ */
@Override @Override
protected double getGlobalChanceMultiplier() protected double getGlobalChanceMultiplier()

View File

@@ -100,7 +100,7 @@ public class GroupedGeneralDropItem implements IDropItem
/* /*
* (non-Javadoc) * (non-Javadoc)
* @see com.l2jserver.gameserver.model.drop.IDropItem#calculateDrops(com.l2jserver.gameserver.model.actor.L2Character, com.l2jserver.gameserver.model.actor.L2Character) * @see com.l2jmobius.gameserver.model.drop.IDropItem#calculateDrops(com.l2jmobius.gameserver.model.actor.L2Character, com.l2jmobius.gameserver.model.actor.L2Character)
*/ */
@Override @Override
public Collection<ItemHolder> calculateDrops(L2Character victim, L2Character killer) public Collection<ItemHolder> calculateDrops(L2Character victim, L2Character killer)