You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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<>();
The text was updated successfully, but these errors were encountered:
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<>();
The text was updated successfully, but these errors were encountered: