Method refactored to use try-with-resources

This commit is contained in:
2023-05-20 10:21:07 -04:00
parent 27ac58518c
commit 0a31043bc9
4 changed files with 261 additions and 260 deletions
@@ -21,7 +21,7 @@ import java.sql.SQLException;
public class ItemNameEffectModifier extends AbstractEffectModifier {
String name = "";
public String name = "";
public ItemNameEffectModifier(ResultSet rs) throws SQLException {
super(rs);