Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- створив необхідні класи за умовами; #1600

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

andriimikhaylovskiy
Copy link

  • перевизначив методи doWork() та stopWork();
  • у MainApp створив масив Machine з заданими даними і викликав для нього методи doWork() та stopWork().

- перевизначив методи doWork() та stopWork();
- у MainApp створив масив Machine з заданими даними і викликав для нього методи doWork() та stopWork().
Copy link

@olekskov olekskov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix build to proceed with review.
Use 'mvn clean package' command locally to see the result of build and errors description

Comment on lines 9 to 12




Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove extra lines

package core.basesyntax;

public class Truck extends Machine {

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra line after class definition, fix everywhere

Copy link

@olekskov olekskov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants