Skip to content

Commit

Permalink
Implement changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima committed Sep 25, 2024
1 parent bff30d9 commit a205c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/core/basesyntax/Machine.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
public abstract class Machine {

public abstract void doWork();

public abstract void stopWork();
}

0 comments on commit a205c81

Please sign in to comment.