Fix indentation.

This commit is contained in:
akwizgran
2018-01-16 12:54:16 +00:00
parent 2f584501fe
commit 11e2d4ecfb

View File

@@ -2548,7 +2548,8 @@ abstract class JdbcDatabase implements Database<Connection> {
}
@Override
public void setMessageShared(Connection txn, MessageId m) throws DbException {
public void setMessageShared(Connection txn, MessageId m)
throws DbException {
PreparedStatement ps = null;
try {
String sql = "UPDATE messages SET shared = TRUE"