Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Mar 5, 2016
1 parent 178b297 commit bea5d1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ String strValue() {
* @see <a href=
* "https://cloud.google.com/resource-manager/reference/rest/v1beta1/projects/setIamPolicy">
* Resource Manager setIamPolicy</a>
* @throw ResourceManagerException upon failure
* @throws ResourceManagerException upon failure
*/
Policy replacePolicy(String projectId, Policy newPolicy);

Expand All @@ -356,7 +356,7 @@ String strValue() {
* @see <a href=
* "https://cloud.google.com/resource-manager/reference/rest/v1beta1/projects/testIamPermissions">
* Resource Manager testIamPermissions</a>
* @throw ResourceManagerException upon failure
* @throws ResourceManagerException upon failure
*/
List<Boolean> testPermissions(String projectId, List<Permission> permissions);
}

0 comments on commit bea5d1d

Please sign in to comment.