Some checkstyle fixes

This commit is contained in:
Mei Chang van der Werff 2025-12-02 18:07:45 +01:00
commit 517984a9f5
3 changed files with 2 additions and 5 deletions

View file

@ -114,7 +114,7 @@
</font></Label>
<Button fx:id="editRecipeTitleButton" onAction="#editRecipeTitle" text="Edit" />
<Button fx:id="RemoveRecipeButton2" mnemonicParsing="false" onAction="#removeSelectedRecipe" text="Remove Recipe" />
<Button fx:id="printRecipe" mnemonicParsing="false" onAction="#MakePrintable" text="Print Recipe" />
<Button fx:id="printRecipe" mnemonicParsing="false" onAction="#makePrintable" text="Print Recipe" />
</HBox>
<!-- Ingredients -->