Minor cleanups

- Fix line length violations
- Add JavaDoc to some longer methods
- Remove unused imports
This commit is contained in:
ljacqu
2018-02-23 23:23:24 +01:00
parent 83e247afe9
commit 7864bb06ac
9 changed files with 21 additions and 6 deletions
@@ -85,6 +85,7 @@ class XfBcryptExtension extends MySqlExtension {
}
}
@Override
public void extendAuth(PlayerAuth auth, int id, Connection con) throws SQLException {
try (PreparedStatement pst = con.prepareStatement(
"SELECT data FROM " + xfPrefix + "user_authenticate WHERE " + col.ID + "=?;")) {