Skip to content

Commit

Permalink
Fix RepoSense code attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliony committed Apr 30, 2024
1 parent 1bf964f commit a68377b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/seedu/address/commons/util/JsonUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import seedu.address.commons.core.LogsCenter;
import seedu.address.commons.exceptions.DataLoadingException;

//@@author
/**
* Converts a Java object instance to JSON and vice versa
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/java/seedu/address/model/person/Person.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private Person(@JsonProperty("name") String name, @JsonProperty("phone") String
this.tags = new Tags(tagNames);
this.assets = new Assets(assetNames);
}
//@@author

public Name getName() {
return name;
Expand Down

0 comments on commit a68377b

Please sign in to comment.