Skip to content

Commit

Permalink
Separated "public abstract void stopWork()" from previous method in M…
Browse files Browse the repository at this point in the history
…achine.java.
  • Loading branch information
Epikano committed Jul 29, 2023
1 parent 217710e commit 819ddcb
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 @@ -2,5 +2,6 @@

public abstract class Machine {
public abstract void doWork();

public abstract void stopWork();
}

0 comments on commit 819ddcb

Please sign in to comment.