Skip to content

Commit

Permalink
RESKC-1691: remove an unused api method
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherbie committed Sep 12, 2016
1 parent 63eb35e commit 7d8c92b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,4 @@ public interface OrganizationRepositoryService {
* @throws java.lang.IllegalArgumentException if the organization is null
*/
String getCognizantFedAgency(OrganizationContract organization);

/**
* This method will retrieves a {@link org.kuali.coeus.common.api.org.OrganizationContract} by organizationId. The organizationId cannot be blank.
* @param organizationId the organizationId. Cannot be blank.
* @return the {@link org.kuali.coeus.common.api.org.OrganizationContract} or null if not found.
* @throws java.lang.IllegalArgumentException if the organizationId is null
*/
OrganizationContract getOrganization(String organizationId);
}

0 comments on commit 7d8c92b

Please sign in to comment.