Changed type of project samples

This commit is contained in:
Marcin Grzejszczak
2019-04-29 12:56:00 +04:00
parent 54a6099fbc
commit f0918918f2

View File

@@ -41,7 +41,7 @@ public class Project {
public List<Release> projectReleases = new ArrayList<>();
public Object projectSamples = new ArrayList<>();
public Object projectSamples = new Object();
public Object nonMostCurrentReleases = new ArrayList<>();