This commit is contained in:
Gianpaolo Coro 2015-04-29 13:50:37 +00:00
parent d7b0a45edf
commit 107582434d
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ public class PrimitiveTypesList extends StatisticalType {
super(name, description, optional);
list = new ArrayList<PrimitiveType>();
this.type = type;
this.className=className;
}
public void add(PrimitiveType st){