Add whitespace

pull/12/head
Hammy 3 years ago
parent 7c8905afde
commit 34d7543ff4

@ -28,6 +28,7 @@ class APIUtils {
* @param model The actual class of the given model. E.g {@link Waifu#getClass()}
* @param <T> The type of model to be returned. E.g {@link Waifu} or {@link Series}
* @return {@link JavaType} of {@link PaginationData}
*
*/
static <T> JavaType paginationData(Class<T> model) {
return TypeFactory.defaultInstance().constructParametricType(PaginationData.class, model);

Loading…
Cancel
Save