Fixed a typo in the query
This commit is contained in:
@@ -91,7 +91,7 @@ public class SimpleDatabaseManager<E> implements DatabaseManager<E> {
|
|||||||
|
|
||||||
task = new Task(
|
task = new Task(
|
||||||
resultSet.getInt("taskid"),
|
resultSet.getInt("taskid"),
|
||||||
resultSet.getInt("workderid"),
|
resultSet.getInt("workerid"),
|
||||||
resultSet.getString("name"),
|
resultSet.getString("name"),
|
||||||
resultSet.getString("description")
|
resultSet.getString("description")
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user