Skip to content

Commit

Permalink
Some more renamings
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Jun 6, 2016
1 parent b859906 commit 9e11dd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public String location() {
*
* @param location the location value to set
*/
public void setLocation(String location) {
public void withLocation(String location) {
this.location = location;
}

Expand All @@ -103,7 +103,7 @@ public Map<String, String> getTags() {
*
* @param tags the tags value to set
*/
public void setTags(Map<String, String> tags) {
public void withTags(Map<String, String> tags) {
this.tags = tags;
}
}

0 comments on commit 9e11dd2

Please sign in to comment.