aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
diff options
context:
space:
mode:
authorShawn Buckley <shawntbuckley@gmail.com>2015-10-21 21:00:04 -0400
committerShawn Buckley <shawntbuckley@gmail.com>2015-10-21 21:11:56 -0400
commitc68e84f1e23cdf3c2a69d1f04915a4e76e077e8a (patch)
tree712079007ece6a67f9817e0e04a8478a59db9090 /src/main/java/gregtech/api
parent34ecdfb19003ccb6d6134bbb1acd9ae361a87f4c (diff)
downloadGT5-Unofficial-c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a.tar.gz
GT5-Unofficial-c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a.tar.bz2
GT5-Unofficial-c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a.zip
Remove jdgui-comments
Diffstat (limited to 'src/main/java/gregtech/api')
-rw-r--r--src/main/java/gregtech/api/util/GT_RecipeRegistrator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/util/GT_RecipeRegistrator.java b/src/main/java/gregtech/api/util/GT_RecipeRegistrator.java
index ffd2e43754..0780f44c9c 100644
--- a/src/main/java/gregtech/api/util/GT_RecipeRegistrator.java
+++ b/src/main/java/gregtech/api/util/GT_RecipeRegistrator.java
@@ -310,4 +310,4 @@ public class GT_RecipeRegistrator {
{"Scythe" , s_I+s_P+s_H, s_R+s_F+s_P, s_R+" "+" "},
{"Scythe" , s_H+s_P+s_I, s_P+s_F+s_R, " "+" "+s_R}
};
-} \ No newline at end of file
+}