Skip to content

Commit

Permalink
fix: json root name
Browse files Browse the repository at this point in the history
  • Loading branch information
ReignOfComputer committed Nov 11, 2019
1 parent 1a3bdb0 commit 67fc0be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* An Immutable AddressBook that is serializable to JSON format.
*/
@JsonRootName(value = "addressbook")
@JsonRootName(value = "visit")
class JsonSerializableAddressBook {

public static final String MESSAGE_DUPLICATE_PERSON = "Persons list contains duplicate person(s).";
Expand Down

0 comments on commit 67fc0be

Please sign in to comment.