diff options
author | Shawn Buckley <shawntbuckley@gmail.com> | 2015-10-21 21:00:04 -0400 |
---|---|---|
committer | Shawn Buckley <shawntbuckley@gmail.com> | 2015-10-21 21:11:56 -0400 |
commit | c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a (patch) | |
tree | 712079007ece6a67f9817e0e04a8478a59db9090 /src/main/java/gregtech/common/entities | |
parent | 34ecdfb19003ccb6d6134bbb1acd9ae361a87f4c (diff) | |
download | GT5-Unofficial-c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a.tar.gz GT5-Unofficial-c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a.tar.bz2 GT5-Unofficial-c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a.zip |
Remove jdgui-comments
Diffstat (limited to 'src/main/java/gregtech/common/entities')
-rw-r--r-- | src/main/java/gregtech/common/entities/GT_Entity_Arrow.java | 6 | ||||
-rw-r--r-- | src/main/java/gregtech/common/entities/GT_Entity_Arrow_Potion.java | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/main/java/gregtech/common/entities/GT_Entity_Arrow.java b/src/main/java/gregtech/common/entities/GT_Entity_Arrow.java index 83bb16d92b..db8ef1ace5 100644 --- a/src/main/java/gregtech/common/entities/GT_Entity_Arrow.java +++ b/src/main/java/gregtech/common/entities/GT_Entity_Arrow.java @@ -389,9 +389,3 @@ public class GT_Entity_Arrow this.mKnockback = aKnockback;
}
}
-
-
-/* Location: F:\Torrent\minecraft\jd-gui-0.3.6.windows\gregtech_1.7.10-5.07.07-dev.jar
- * Qualified Name: gregtech.common.entities.GT_Entity_Arrow
- * JD-Core Version: 0.7.0.1
- */
\ No newline at end of file diff --git a/src/main/java/gregtech/common/entities/GT_Entity_Arrow_Potion.java b/src/main/java/gregtech/common/entities/GT_Entity_Arrow_Potion.java index 1deb2f3794..a6626b1894 100644 --- a/src/main/java/gregtech/common/entities/GT_Entity_Arrow_Potion.java +++ b/src/main/java/gregtech/common/entities/GT_Entity_Arrow_Potion.java @@ -69,9 +69,3 @@ public class GT_Entity_Arrow_Potion return super.onHitEntity(aHitEntity, aShootingEntity, aArrow, 1, aMagicDamage, aKnockback, aFireDamage, aHitTimer);
}
}
-
-
-/* Location: F:\Torrent\minecraft\jd-gui-0.3.6.windows\gregtech_1.7.10-5.07.07-dev.jar
- * Qualified Name: gregtech.common.entities.GT_Entity_Arrow_Potion
- * JD-Core Version: 0.7.0.1
- */
\ No newline at end of file |