Skip to content

Commit

Permalink
Update task.md
Browse files Browse the repository at this point in the history
language checked
  • Loading branch information
stephen-hero authored and onewhl committed Jan 24, 2024
1 parent 506f214 commit 2261991
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Task

In this task, you need to move classes to a more appropriate place using move refactoring.
In this task, you need to move classes to a more appropriate place using the Move refactoring technique.

### Hints

Expand All @@ -12,8 +12,8 @@ Use the &shortcut:Move; shortcut to move a code element.

<div class="hint" title="Refactoring hint">

Move `Car` class to the `Car.java` file.
Move the `Car` class to the `Car.java` file.

Move `Driver` class to the `Driver.java` file.
Move the `Driver` class to the `Driver.java` file.

</div>

0 comments on commit 2261991

Please sign in to comment.