Dodanie komponentu ListResult()

This commit is contained in:
Agnieszka Janicka 2016-06-05 01:16:55 +02:00
parent 645a9a9930
commit c8484bb75b
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ public class Database {
name = result.getString("name");
director = result.getString("director");
category = result.getString("category");
movies.add(new Movie(id, name, director, year, category));
}
} catch (SQLException e) {