()
| 246 | if (server.length() == 0 || user.length() == 0 || pass.length() == 0) { |
| 247 | new AlertBox(SR.MS_LOGIN_FAILED, SR.MS_LOGIN_FAILED) { |
| 248 | @Override |
| 249 | public void yes() { |
| 250 | destroyView(); |
| 251 | } |
| 252 | |
| 253 | @Override |
| 254 | public void no() { |
nothing calls this directly
no test coverage detected