matin mortazavi / I debugged the code. The issue was that it couldn’t recognize the file paths

This commit is contained in:
Matin
2026-04-28 10:07:50 +04:30
parent d78e46b957
commit 2547e8eef1
11 changed files with 70 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
package org.behavior;
import org.model.Vehicle;
public interface Serviceable {
void performService();
boolean needsService(Vehicle v);
}