Skip to content

Commit

Permalink
添加 Parameter excluded,避免冗余Key DUBBO-568 配置项dispather单词拼写错误。
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Aug 21, 2012
1 parent f1ef1e0 commit e3a4dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ public void setExchanger(String exchanger) {
* @deprecated {@link #getDispatcher()}
*/
@Deprecated
@Parameter(excluded = true)
public String getDispather() {
return getDispatcher();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ public void setExchanger(String exchanger) {
* @deprecated {@link #getDispatcher()}
*/
@Deprecated
@Parameter(excluded = true)
public String getDispather() {
return getDispatcher();
}
Expand Down

0 comments on commit e3a4dfd

Please sign in to comment.