1
0
mirror of synced 2025-12-23 02:18:07 +08:00

polish code

This commit is contained in:
Daniel Qian
2014-08-22 16:08:30 +08:00
parent e5e729918b
commit c2b166becc
8 changed files with 16 additions and 21 deletions

View File

@@ -75,5 +75,5 @@ public interface WxService {
*/
public WxMenu getMenu() throws WxErrorException;
public void setWxConfigProvider(WxConfigStorage wxConfigProvider);
public void setWxConfigStorage(WxConfigStorage wxConfigProvider);
}