Skip to content

Commit

Permalink
Merge pull request alibaba#232 from horoc/master
Browse files Browse the repository at this point in the history
Fix spelling errors
  • Loading branch information
significantfrank authored Nov 7, 2021
2 parents aad10f3 + a55e5e4 commit b74e64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public boolean isSME() {
return registeredCapital > 10000 && registeredCapital < 1000000; //注册资金大于10万小于100万的为中小企业
}

public void checkConfilict(){
public void checkConflict(){
//Per different biz, the check policy could be different, if so, use ExtensionPoint
if("ConflictCompanyName".equals(this.companyName)){
throw new BizException(this.companyName+" has already existed, you can not add it");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public boolean isSME() {
return registeredCapital > 10000 && registeredCapital < 1000000; //注册资金大于10万小于100万的为中小企业
}

public void checkConfilict(){
public void checkConflict(){
//Per different biz, the check policy could be different, if so, use ExtensionPoint
if("ConflictCompanyName".equals(this.companyName)){
throw new BizException(this.companyName+" has already existed, you can not add it");
Expand Down

0 comments on commit b74e64c

Please sign in to comment.