fix: make comments clear and detailed

This commit is contained in:
2026-04-27 08:21:32 +03:30
parent e8aedb8354
commit 22fc28130e
4 changed files with 5 additions and 1 deletions
+2
View File
@@ -34,4 +34,6 @@ public class GasCar extends Car implements Refuelable {
// Cap at 100
// TODO: Override showDetails()
// Call super.showDetails()
// Print fuel level and fuel type
}