Skip to content

Comments

solution#657

Open
VictoriaMrkvch wants to merge 2 commits intomate-academy:masterfrom
VictoriaMrkvch:solution
Open

solution#657
VictoriaMrkvch wants to merge 2 commits intomate-academy:masterfrom
VictoriaMrkvch:solution

Conversation

@VictoriaMrkvch
Copy link

No description provided.

car.setModel(model);
car.setManufacturer(manufacturerService.get(manufacturerId));
car.setDrivers(new ArrayList<>());
carService.create(car);

Choose a reason for hiding this comment

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

add the resp.sendRedirect() for all doPost methods
Знімок екрана 2023-08-02 о 22 17 44

manufacturer.setCountry(country);
manufacturerService.create(manufacturer);
}

Choose a reason for hiding this comment

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

line

Suggested change

Copy link

@kozhukhovsky kozhukhovsky 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!

@kozhukhovsky kozhukhovsky reopened this Aug 8, 2023
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