# HG changeset patch # User Da Risk # Date 1270065667 -7200 # Node ID 3bedd1e275b84140dd9331bb09c4eceac8347ac8 # Parent cd132abdc136a45a71e706e464c96c42dd2fdb30 Checkstyle diff -r cd132abdc136 -r 3bedd1e275b8 src/com/beem/project/beem/BeemService.java --- a/src/com/beem/project/beem/BeemService.java Wed Mar 31 21:52:49 2010 +0200 +++ b/src/com/beem/project/beem/BeemService.java Wed Mar 31 22:01:07 2010 +0200 @@ -142,8 +142,9 @@ } mConnectionConfiguration.setDebuggerEnabled(false); mConnectionConfiguration.setSendPresence(true); + // maybe not the universal path, but it works on most devices (Samsung Galaxy, Google Nexus One) mConnectionConfiguration.setTruststoreType("BKS"); - mConnectionConfiguration.setTruststorePath("/system/etc/security/cacerts.bks"); //FIXME: maybe not the universal path, but working on my galaxy + mConnectionConfiguration.setTruststorePath("/system/etc/security/cacerts.bks"); } /** diff -r cd132abdc136 -r 3bedd1e275b8 src/com/beem/project/beem/ui/wizard/AccountConfigure.java --- a/src/com/beem/project/beem/ui/wizard/AccountConfigure.java Wed Mar 31 21:52:49 2010 +0200 +++ b/src/com/beem/project/beem/ui/wizard/AccountConfigure.java Wed Mar 31 22:01:07 2010 +0200 @@ -154,7 +154,7 @@ /** * Check that the username is really a JID. - * @param username + * @param username the username to check. */ private void checkUsername(String username) { String name = StringUtils.parseName(username); @@ -168,7 +168,7 @@ /** * Check password. - * @param password . + * @param password the password to check. */ private void checkPassword(String password) { if (password.length() > 0)