aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java
diff options
context:
space:
mode:
authorTechnus <daniel112092@gmail.com>2017-05-01 10:24:30 +0200
committerTechnus <daniel112092@gmail.com>2017-05-01 10:24:30 +0200
commitf2b8bbdde8c7ebac99e5e6fdb3cc497d39dd575e (patch)
treead227c6f7dea350d664553ee15163f035ed4dcb8 /src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java
parent80bf3fd2e66db794a7fc2678b080cdcf548ebc51 (diff)
downloadGT5-Unofficial-f2b8bbdde8c7ebac99e5e6fdb3cc497d39dd575e.tar.gz
GT5-Unofficial-f2b8bbdde8c7ebac99e5e6fdb3cc497d39dd575e.tar.bz2
GT5-Unofficial-f2b8bbdde8c7ebac99e5e6fdb3cc497d39dd575e.zip
Optimize imports
Diffstat (limited to 'src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java')
-rw-r--r--src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java b/src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java
index fe136e0621..24dcc8ef5e 100644
--- a/src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java
+++ b/src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java
@@ -1,6 +1,7 @@
package gregtech.api.items;
+import gregtech.api.GregTech_API;
import ic2.api.reactor.IReactor;
import ic2.api.reactor.IReactorComponent;
import ic2.core.IC2Potion;
@@ -12,8 +13,6 @@ import net.minecraft.world.World;
import java.util.ArrayList;
-import gregtech.api.GregTech_API;
-
public class GT_RadioactiveCellIC_Item extends GT_RadioactiveCell_Item implements IReactorComponent {
public final int numberOfCells;