#31 -- Fix NPE
Some checks failed
CI fuzzy controller / container-test-job (push) Failing after 9s
Some checks failed
CI fuzzy controller / container-test-job (push) Failing after 9s
This commit is contained in:
parent
de63be3014
commit
12ded36f3e
@ -20,7 +20,7 @@ public class FuzzyTermForm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public FuzzyTermForm(Integer id, Integer projectId, Integer variableId) {
|
public FuzzyTermForm(Integer id, Integer projectId, Integer variableId) {
|
||||||
this(id, projectId, variableId, null);
|
this(id, projectId, variableId, new FuzzyTerm());
|
||||||
}
|
}
|
||||||
|
|
||||||
public FuzzyTermForm(Integer projectId, Integer variableId, String description, Double value) {
|
public FuzzyTermForm(Integer projectId, Integer variableId, String description, Double value) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user