aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/covers
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/covers')
-rw-r--r--src/main/java/gregtech/api/interfaces/covers/IControlsWorkCover.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gregtech/api/interfaces/covers/IControlsWorkCover.java b/src/main/java/gregtech/api/interfaces/covers/IControlsWorkCover.java
index 47edc7af93..cef20ac3b7 100644
--- a/src/main/java/gregtech/api/interfaces/covers/IControlsWorkCover.java
+++ b/src/main/java/gregtech/api/interfaces/covers/IControlsWorkCover.java
@@ -11,8 +11,8 @@ import gregtech.api.interfaces.tileentity.IMachineProgress;
public interface IControlsWorkCover {
/**
- * Make sure there is only one GT_Cover_ControlsWork on the aTileEntity
- * TODO this is a migration thing. Remove this after 2.3.0 is released.
+ * Make sure there is only one GT_Cover_ControlsWork on the aTileEntity TODO this is a migration thing. Remove this
+ * after 2.3.0 is released.
*
* @return true if the cover is the first (side) one
**/