Dodanie komponentu ListResult()
This commit is contained in:
parent
645a9a9930
commit
c8484bb75b
@ -116,7 +116,6 @@ public class Database {
|
|||||||
name = result.getString("name");
|
name = result.getString("name");
|
||||||
director = result.getString("director");
|
director = result.getString("director");
|
||||||
category = result.getString("category");
|
category = result.getString("category");
|
||||||
|
|
||||||
movies.add(new Movie(id, name, director, year, category));
|
movies.add(new Movie(id, name, director, year, category));
|
||||||
}
|
}
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user