Skip to content

Commit b3f08c1

Browse files
committed
chore: created new folder 'Bookshelf' for class
1 parent e84b7fc commit b3f08c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.codedifferently.lesson16.chelseaogbonnia;
1+
package com.codedifferently.lesson16.chelseaogbonnia.Bookshelf;
22

33
enum Genre {
44
FICTION,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.codedifferently.lesson16.chelseaogbonnia;
1+
package com.codedifferently.lesson16.chelseaogbonnia.Bookshelf;
22

33
import java.util.ArrayList;
44
import java.util.Collections;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.codedifferently.lesson16.chelseaogbonnia;
1+
package com.codedifferently.lesson16.chelseaogbonnia.Bookshelf;
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
44
import static org.junit.jupiter.api.Assertions.assertThrows;

0 commit comments

Comments
 (0)