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
Careful with the type name Collection, as that can easily be confused with java.util.Collection, which is the interface that all collections (ArrayList, etc) implement. Give this a more specific name.
Careful with the type name Collection, as that can easily be confused with java.util.Collection, which is the interface that all collections (ArrayList, etc) implement. Give this a more specific name.
HobbyCollection/src/main/java/com/hobbycollection/dto/Collection.java
Line 11 in b8d9a3d