Skip to content

Commit

Permalink
fixed the mistakes2
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenkolner committed Aug 8, 2023
1 parent fe68665 commit b6417fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/core/basesyntax/Excavator.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ public void stopWork() {
System.out.println("Excavator stopped its work");
}
}

1 change: 0 additions & 1 deletion src/main/java/core/basesyntax/Machine.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ public abstract class Machine {

public abstract void stopWork();
}

0 comments on commit b6417fc

Please sign in to comment.