Skip to content

Commit 92d7df5

Browse files
doc: fixed wrongly ordered javadoc tags
1 parent b009e7b commit 92d7df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/srendi/advancedperipherals/common/addons/computercraft/peripheral/MEBridgePeripheral.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ protected ItemStack createCraftingPatternForRecipe(RecipeHolder<CraftingRecipe>
220220
/**
221221
* creates multiple processing patterns for all combinations of inputs for the given cooking recipe
222222
* @param recipe any type of cooking recipe (smelting, blasting, e.g.)
223-
* @return a list of itemStacks with each itemStack representing one pattern
224223
* @param <T> the specific type of the cooking recipe (e.g. smeltingRecipe)
224+
* @return a list of itemStacks with each itemStack representing one pattern
225225
*/
226226
protected <T extends AbstractCookingRecipe> List<ItemStack> createCookingPatternsForRecipe(RecipeHolder<T> recipe) {
227227
T cookingRecipe = recipe.value();

0 commit comments

Comments
 (0)