Skip to content

Commit ccf9ef3

Browse files
committed
fix app builder owner name field assignment
1 parent 6633f68 commit ccf9ef3

File tree

1 file changed

+1
-1
lines changed
  • apollo-common/src/main/java/com/ctrip/framework/apollo/common/entity

1 file changed

+1
-1
lines changed

apollo-common/src/main/java/com/ctrip/framework/apollo/common/entity/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public Builder orgName(String orgName) {
115115
}
116116

117117
public Builder ownerName(String ownerName) {
118-
app.setOrgName(ownerName);
118+
app.setOwnerName(ownerName);
119119
return this;
120120
}
121121

0 commit comments

Comments
 (0)