Skip to content

Commit b92aca7

Browse files
authored
Update Employee.java
1 parent f61a4f8 commit b92aca7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/example/webfluxdemo/model/Employee.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public Employee() {
3838
* @param name
3939
*/
4040
public Employee(String name, String details) {
41-
this.id = id;
4241
this.name = name;
4342
this.details = details;
4443
};
@@ -92,4 +91,4 @@ public void setCreatedAt(Date createdAt) {
9291
}
9392

9493

95-
}
94+
}

0 commit comments

Comments
 (0)