From b00de5f1768e14238f8660b63eb3fd5d744fc0a9 Mon Sep 17 00:00:00 2001 From: Wesley Wolfe Date: Sun, 22 Jul 2012 01:18:00 -0500 Subject: Cleaned up CraftBukkit comments in NMS. Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once --- .../minecraft/server/EnchantmentModifierProtection.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/main/java/net/minecraft/server/EnchantmentModifierProtection.java (limited to 'src/main/java/net/minecraft/server/EnchantmentModifierProtection.java') diff --git a/src/main/java/net/minecraft/server/EnchantmentModifierProtection.java b/src/main/java/net/minecraft/server/EnchantmentModifierProtection.java deleted file mode 100644 index 4b1ec519..00000000 --- a/src/main/java/net/minecraft/server/EnchantmentModifierProtection.java +++ /dev/null @@ -1,17 +0,0 @@ -package net.minecraft.server; - -final class EnchantmentModifierProtection implements EnchantmentModifier { - - public int a; - public DamageSource b; - - private EnchantmentModifierProtection() {} - - public void a(Enchantment enchantment, int i) { - this.a += enchantment.a(i, this.b); - } - - EnchantmentModifierProtection(EmptyClass3 emptyclass3) { - this(); - } -} -- cgit v1.2.3