Skip to content

Commit 8c77272

Browse files
author
Jevgeni Koltšin
committed
raw type list
1 parent 42e9c0d commit 8c77272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/creatubbles/api/response/creation/GetCreationsResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@APIVersion(2)
1414
public class GetCreationsResponse extends CreatubblesResponse implements JsonDeserializer<GetCreationsResponse> {
1515
public int total_pages, total_count;
16-
public List creations = new ArrayList();
16+
public List<Creation> creations = new ArrayList<Creation>();
1717

1818
@Override
1919
public GetCreationsResponse deserialize(JsonElement jsonElement, Type typeOfT, JsonDeserializationContext context) throws

0 commit comments

Comments
 (0)