This commit is contained in:
@@ -34,7 +34,7 @@ public class CreatorRecord {
|
|||||||
private double dval;
|
private double dval;
|
||||||
|
|
||||||
@ConstructorProperties({"id", "name", "lval", "tval", "bval", "sval", "cval", "fval", "dval"})
|
@ConstructorProperties({"id", "name", "lval", "tval", "bval", "sval", "cval", "fval", "dval"})
|
||||||
public CreatorRecord(int id, String name, long lval, boolean tval, byte bval, short sval, char cval, float fval, double dval) {
|
CreatorRecord(int id, String name, long lval, boolean tval, byte bval, short sval, char cval, float fval, double dval) {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.lval = lval;
|
this.lval = lval;
|
||||||
|
|||||||
Reference in New Issue
Block a user