Skip to content

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

@krishna-o73

Description

@krishna-o73

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<>();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions