8000 new commit · sethay/Leetcode@0f14620 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f14620

Browse files
committed
new commit
1 parent abb25fd commit 0f14620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/fishercoder/common/classes/Employee.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class Employee {
2020
public Employee(int id, int importance, List<Integer> subordinates) {
2121
this.id = id;
2222
this.importance = importance;
23+
2324
this.subordinates = subordinates;
2425
}
2526
}

0 commit comments

Comments
 (0)
0