Skip to content
Snippets Groups Projects
Commit 65a3a8a9 authored by buczekp's avatar buczekp
Browse files

[LMS-1141] fixed NPE

SVN: 12707
parent c719881f
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,8 @@ public final class SampleType extends EntityType implements IsSerializable ...@@ -45,7 +45,8 @@ public final class SampleType extends EntityType implements IsSerializable
private boolean listable; private boolean listable;
private List<SampleTypePropertyType> sampleTypePropertyTypes; private List<SampleTypePropertyType> sampleTypePropertyTypes =
new ArrayList<SampleTypePropertyType>(0);
public final boolean isDefinedInFileSampleTypeCode() public final boolean isDefinedInFileSampleTypeCode()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment