Skip to content

Commit

Permalink
renamed proposerEmail to proposedBy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed May 20, 2021
1 parent a91a3ab commit a461378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ protected CollectionChangeSuggestion newChangeSuggestion() {
CollectionChangeSuggestion changeSuggestion = new CollectionChangeSuggestion();
changeSuggestion.setType(Type.CREATE);
changeSuggestion.setComments(Collections.singletonList("comment"));
changeSuggestion.setProposerEmail("aaa@aa.com");
changeSuggestion.setProposedBy("aaa@aa.com");

Collection c1 = new Collection();
c1.setCode("c1");
Expand Down

0 comments on commit a461378

Please sign in to comment.