This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
1.2.13
- Previously no checks were done to ensure that an organization name did not
exceed the 300 character maximum. If an organization name did exceed this
maximum, anArrayIndexOutOfBoundsException
was thrown. - A potential string comparison issue was fixed in
getLocation
. - Documentation and test fixes.