Skip to content

Commit 1903ec2

Browse files
author
Karen Alabi
committed
feat: creates basic PersonalCloset class structure with enums, variables, and methods
1 parent a88b77b commit 1903ec2

File tree

1 file changed

+1
-1
lines changed
  • lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/wardrobecollection

1 file changed

+1
-1
lines changed

lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/wardrobecollection/PersonalCloset.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public boolean isOrganized () {
8585
}
8686

8787
public List<ClothingItem> getItems() {
88-
return new ArrayList<>(items);
88+
return new ArrayList<>(items);
8989
}
9090

9191
}

0 commit comments

Comments
 (0)