formatting

This commit is contained in:
Art O Cathain 2015-02-18 19:48:17 +00:00
parent 583a637d79
commit 1a706c3113
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ public class AccountSetupIncoming extends K9Activity implements OnClickListener
if (webDavSettings.mailboxPath != null) { if (webDavSettings.mailboxPath != null) {
mWebdavMailboxPathView.setText(webDavSettings.mailboxPath); mWebdavMailboxPathView.setText(webDavSettings.mailboxPath);
} }
} else { } else {
throw new Exception("Unknown account type: " + mAccount.getStoreUri()); throw new Exception("Unknown account type: " + mAccount.getStoreUri());
} }