()
| 20 | } |
| 21 | |
| 22 | private void init() { |
| 23 | try { |
| 24 | mysqlLoader = new MySqlLoader(); |
| 25 | } catch (ClassNotFoundException | SQLException e) { |
| 26 | e.printStackTrace(); |
| 27 | } |
| 28 | this.clear(); |
| 29 | this.loadData(); |
| 30 | } |
| 31 | |
| 32 | public void clear() { |
| 33 | if (users == null) { |
no test coverage detected