Changing Things around
Dieser Commit ist enthalten in:
Ursprung
62d6adaa46
Commit
99a2055265
@ -253,18 +253,6 @@ public class SchematicNode {
|
|||||||
return finalList;
|
return finalList;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static List<SchematicNode> getBaselist(int owner) {
|
|
||||||
ResultSet set = SQL.select("SELECT ");
|
|
||||||
try {
|
|
||||||
List<SchematicNode> nodes = new ArrayList<>();
|
|
||||||
while (set.next())
|
|
||||||
nodes.add(new SchematicNode(set));
|
|
||||||
return nodes;
|
|
||||||
} catch (SQLException e) {
|
|
||||||
throw new SecurityException("Failed listing schematics", e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private final int id;
|
private final int id;
|
||||||
private final int owner;
|
private final int owner;
|
||||||
private String name;
|
private String name;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren