]> Git Server - tankstelle.git/commitdiff
corrections
authorRobin Cheney <cheneyr@eternal.ddnss.de>
Mon, 17 Nov 2025 17:11:17 +0000 (18:11 +0100)
committerRobin Cheney <cheneyr@eternal.ddnss.de>
Mon, 17 Nov 2025 17:13:50 +0000 (18:13 +0100)
1  2 
src/main/java/de/diejungsvondertanke/tankstelle/Main.java

index 88e998786437240c9e35110a170ddaeb3e9b4590,85c1230d2c94e34bf3a5c12e50c58cc759bb72cf..f7edc40a68c9fabc5d1be7fe3bdacbcc1f05564f
@@@ -261,7 -260,7 +261,7 @@@ public class Main 
       * 
       * @author Leander Schnurrer
       */
--    public static void addNewFuelstation(String supermarket_company) {
++    public static void addNewFuelStation(String supermarket_company) {
          while (supermarket_company.isEmpty()) {
              // TODO: Show error in UI
          }
       * 
       * @author Leander Schnurrer
       */
--    public static void addNewFuelstation(float retail_space) {
++    public static void addNewFuelStation(float retail_space) {
          while (retail_space <= 0) {
              // TODO: Show error in UI
          }
       * 
       * @author Leander Schnurrer
       */
--    public static void addNewFuelstation(short number_of_vending_machines) {
++    public static void addNewFuelStation(short number_of_vending_machines) {
          while (number_of_vending_machines <= 0) {
              // TODO: Show error in UI
          }