JCL-340: Pluralize getter names in WebIdProfile class by acoburn · Pull Request #449 · inrupt/solid-client-java
This deprecates the existing (singular) getter methods on the WebIdProfile class, replacing them with plural equivalents.
The one method that didn't have an obvious plural was getSeeAlso, which I replaced with getRelatedResources. I am not wedded to that name, if someone comes up with a better one.
Also, it appeared that there was insufficient testing of this class, so I added complete testing of the WebIdProfile class.