From 247808c0c98e253de760cfe85669669171df51a8 Mon Sep 17 00:00:00 2001 From: boubou_19 Date: Mon, 27 Jun 2022 19:24:06 +0200 Subject: typo --- .../machines/multi/production/GregtechMetaTileEntityTreeFarm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines') 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){ -- cgit