aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines
diff options
context:
space:
mode:
authorboubou_19 <miisterunknown@gmail.com>2022-06-27 19:24:06 +0200
committerboubou_19 <miisterunknown@gmail.com>2022-06-27 19:24:06 +0200
commit247808c0c98e253de760cfe85669669171df51a8 (patch)
treef6227638ca5ad9c8c94d440617962c5d08f67c3f /src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines
parent795de5b55714f85ffb1bf8023765c8a186070f0d (diff)
downloadGT5-Unofficial-247808c0c98e253de760cfe85669669171df51a8.tar.gz
GT5-Unofficial-247808c0c98e253de760cfe85669669171df51a8.tar.bz2
GT5-Unofficial-247808c0c98e253de760cfe85669669171df51a8.zip
typo
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityTreeFarm.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityTreeFarm.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityTreeFarm.java
index f667ce6c28..10f998d955 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityTreeFarm.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityTreeFarm.java
@@ -146,7 +146,7 @@ public class GregtechMetaTileEntityTreeFarm extends GregtechMeta_MultiBlockBase<
/**
* Method used to get the boost based on the ordinal of the saw
- * @param sawType ordinal of the saw
+ * @param sawType type of the saw
* @return an int corresponding to the boost
*/
public int getSawBoost(SAWTOOL sawType){