This commit is contained in:
Sergey Solovyev
2012-11-18 17:59:39 +04:00
parent fa7904c1cd
commit c746a2768a
3 changed files with 20 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ public class AFunction implements IFunction, MathPersistenceEntity, Serializable
@NotNull
private String content;
@ElementList
@ElementList(type = String.class)
@NotNull
private List<String> parameterNames = new ArrayList<String>();