timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
383 stars 317 forks source link

adjusting getters return type #330

Closed wiliamjcj closed 5 years ago

wiliamjcj commented 5 years ago

Some getters are returning primitive values instead of the declared Object types, causing problems with serialization and npe.