Minor bugfixing change to a ResultSet to close it after use

This commit is contained in:
Obique
2015-02-15 02:01:18 -06:00
committed by Obique
parent 8ad34d3c44
commit b1c6451934
3 changed files with 3 additions and 2 deletions
@@ -17,7 +17,7 @@ import utilities.Encoder.StringType;
public class PlayerObject extends IntangibleObject {
private static final long serialVersionUID = 1L;
private String biography = "";
// PLAY 03
private SWGList<Integer> flagsList = new SWGList<>(BaselineType.PLAY, 3, 5, false, StringType.UNSPECIFIED, true);