Method refactored to use try-with-resources
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user