Skip to content

Commit 38d9feb

Browse files
feat: changed object
1 parent b1c4074 commit 38d9feb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.codedifferently.lesson16.xaviercruz;
22

3-
public class Building {
4-
5-
3+
public class Person {
64

75
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.codedifferently.lesson16.xaviercruz;
22

3-
public enum BuildingEnum {
3+
public enum Position {
44

55
}

0 commit comments

Comments
 (0)