浏览代码

Javadoc updates.

GJ 12 年之前
父节点
当前提交
3db6762531
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/main/java/com/gmail/nossr50/skills/excavation/ExcavationManager.java

+ 0 - 2
src/main/java/com/gmail/nossr50/skills/excavation/ExcavationManager.java

@@ -22,7 +22,6 @@ public class ExcavationManager extends SkillManager {
      * Process treasure drops & XP gain for Excavation.
      *
      * @param blockState The {@link BlockState} to check ability activation for
-     * @param player The {@link Player} using this ability
      */
     public void excavationBlockCheck(BlockState blockState) {
         int xp = Excavation.getBlockXP(blockState);
@@ -50,7 +49,6 @@ public class ExcavationManager extends SkillManager {
      * Process the Giga Drill Breaker ability.
      *
      * @param blockState The {@link BlockState} to check ability activation for
-     * @param player The {@link Player} using this ability
      */
     public void gigaDrillBreaker(BlockState blockState) {
         excavationBlockCheck(blockState);