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

A mistake in 02.Spring-Boot-Web-Application-V2/99-step-by-step-changes.md in step14 in TodoServices.java class. #28

Open
krishna-o73 opened this issue Nov 3, 2024 · 1 comment

Comments

@krishna-o73
Copy link

krishna-o73 commented Nov 3, 2024

private static List todos = ArrayList<>(); this is the line in the TodoServices.java class which need to be update to private static List todos = new ArrayList<>();

@in28minutes
Copy link
Owner

Thanks for reporting this Krishna. Do you want to give a pull request to fix this? If you don't want to, I will fix it.

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

No branches or pull requests

2 participants