Skip to content

Commit

Permalink
Merge pull request #200 from Lunastryke/master
Browse files Browse the repository at this point in the history
Adding of author tags and updating reposense config
  • Loading branch information
Lunastryke authored Nov 15, 2018
2 parents 8f3af6f + b526f6d commit 6f7271b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
25 changes: 25 additions & 0 deletions _reposense/config.json.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"authors":
[
{
"githubId": "bluein-green",
"displayName": "JIN...JIA",
"authorNames": ["bluein-green", "Jin Minjia"]
},
{
"githubId": "scottljw",
"displayName": "LI ...WEI",
"authorNames": ["scottljw", "Li Jiawei", "Scott Lee"]
},
{
"githubId": "Lunastryke",
"displayName": "LIM...HAO",
"authorNames": ["Lunastryke"]
},
{
"githubId": "liu-tianhang",
"displayName": "LIU...ANG",
"authorNames": ["liu-tianhang"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@@author liu-tianhang
package seedu.address.model.user;

import static java.util.Objects.requireNonNull;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/user/Password.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

//@@author liu-tianhang
package seedu.address.model.user;

import static java.util.Objects.requireNonNull;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/seedu/address/model/user/UserName.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@@author liu-tianhang
package seedu.address.model.user;

import static java.util.Objects.requireNonNull;
Expand Down

0 comments on commit 6f7271b

Please sign in to comment.