Skip to content

Commit ad45cec

Browse files
Update src/main/java/gregtech/api/capability/impl/AbstractRecipeLogic.java
1 parent 7a07694 commit ad45cec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/gregtech/api/capability/impl/AbstractRecipeLogic.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@ protected static int getMinTankCapacity(@NotNull IMultipleTankHandler tanks) {
505505

506506
/**
507507
* Find a recipe using inputs
508-
*
509-
* @param maxVoltage the maximum voltage the recipe can have
510-
* @param inputs the item inputs used to search for the recipe
511-
* @param fluidInputs the fluid inputs used to search for the recipe
508+
*
509+
* @param maxVoltage the maximum voltage the recipe can have
510+
* @param inputs the item inputs used to search for the recipe
511+
* @param fluidInputs the fluid inputs used to search for the recipe
512512
* @return the recipe if found, otherwise null
513513
*/
514514
@Nullable

0 commit comments

Comments
 (0)