Skip to content

Commit

Permalink
API Documentation changes per expected behavior of exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcathacker committed Sep 1, 2015
1 parent 01f9875 commit 8094356
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public interface CitizenshipTypeService {
* is turned off, the value is retrieved from the KC Extended Attributes record for the person.
* @param proposalPerson
* @return the CitizenshipType for each person. It will return CitizenshipType.NOT_AVAILABLE when unavailable or the citizenship code is not recognized as a valid value.
* @throws java.lang.IllegalArgumentException if the proposalPerson is null
* @throws java.lang.UnsupportedOperationException if the PI_CITIZENSHIP_FROM_CUSTOM_DATA is disabled and getCitizenshipDataFromExternalSource has not been overridden
*/
CitizenshipType getPersonCitizenshipType(ProposalPersonContract proposalPerson);

Expand Down

0 comments on commit 8094356

Please sign in to comment.