minor: fixed outdated javadoc

This commit is contained in:
Louis Hong
2024-11-09 11:30:34 -08:00
parent 703dd6ff97
commit 40e3a15099

View File

@@ -62,7 +62,7 @@ public class HeatActionStateMachine
* @param state the current state of the foundry * @param state the current state of the foundry
* @param config the current configuration of the plugin * @param config the current configuration of the plugin
* @param startingHeat the starting heat amount * @param startingHeat the starting heat amount
* @see HeatActionStateMachine#setup(int, int, String) * @see HeatActionStateMachine#setup(boolean, boolean, String)
*/ */
public void start(EasyGiantsFoundryState state, EasyGiantsFoundryConfig config, int startingHeat) public void start(EasyGiantsFoundryState state, EasyGiantsFoundryConfig config, int startingHeat)
{ {