1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 09:52:16 -05:00

formatting

This commit is contained in:
Art O Cathain 2015-03-08 11:07:33 +00:00
parent 810d0cf6b4
commit d0cd7c368d

View File

@ -20,9 +20,9 @@ public class ServerSettings {
public enum Type { public enum Type {
IMAP(143, 993), IMAP(143, 993),
SMTP(587,465), SMTP(587, 465),
WebDAV(80,443), WebDAV(80, 443),
POP3(110,995); POP3(110, 995);
public final int defaultPort; public final int defaultPort;