]> Git Server - tankstelle.git/commitdiff
REMOVED PARTIAL CODE SNIPPETS IN FuelStation#set_stored_amount
authorRobin <cheneyr@eternal.ddnss.de>
Mon, 10 Nov 2025 09:51:05 +0000 (10:51 +0100)
committerRobin <cheneyr@eternal.ddnss.de>
Mon, 10 Nov 2025 09:51:05 +0000 (10:51 +0100)
src/main/java/de/diejungsvondertanke/tankstelle/FuelStation.java

index 374d8326b66ab24547530e9f4fb8fd24e4acea37..8e0916570a39f312a0329815b207c36560b26402 100644 (file)
@@ -46,7 +46,7 @@ abstract class FuelStation {
     }
 
     public void set_stored_amount (float stored_amount, FuelType type){
-        this.
+        
     }
 
 }