Skip to content

starts with lesson 43#113

Open
stillwearit wants to merge 131 commits intoKFalcon2022:for-prfrom
stillwearit:for-pr-2
Open

starts with lesson 43#113
stillwearit wants to merge 131 commits intoKFalcon2022:for-prfrom
stillwearit:for-pr-2

Conversation

@stillwearit
Copy link
Copy Markdown

No description provided.

public CarService(HashMap<CarIdentifier, Car> carMap) {
this.carMap = carMap;
public CarService(Map<CarIdentifier, Car> carMap) {
this.carMap = Map.copyOf(carMap);
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Плохое решение. Попробуй теперь put() вызвать:)

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.

2 participants