Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible class cast exception parsing folder id
As per previous commit: commit 07eddf4 Handle type-unsafe responses from LMS As we are not using customized parsers for our model objects, we simply parse incoming records to map. This parsing guess the type of the elements, so 2 becomes a Long, while "2" becomes a String. To handle this we check the type of the element in the map before using it.
- Loading branch information