Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9aab5e0

Browse files
minor refactor
1 parentf6526b1 commit9aab5e0

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22

33
importjava.util.List;
44

5-
/**
6-
* Created by stevesun on 9/29/17.
7-
*/
85
publicclassEmployee {
9-
// It's the unique id of each node;
10-
// unique id of this employee
6+
/**
7+
* It's the unique id of each node;
8+
* unique id of this employee
9+
*/
1110
publicintid;
12-
// the importance value of this employee
11+
/**
12+
* the importance value of this employee
13+
*/
1314
publicintimportance;
14-
// the id of direct subordinates
15+
/**
16+
* the id of direct subordinates
17+
*/
1518
publicList<Integer>subordinates;
1619

1720
publicEmployee(intid,intimportance,List<Integer>subordinates) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp