Skip to content

Commit

Permalink
Update MinioAdminClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dormanze committed Nov 18, 2023
1 parent 9ef1366 commit 2a8aa74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adminapi/src/main/java/io/minio/admin/MinioAdminClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,8 @@ public void setPolicy(
/**
* Lists all configured canned policies.
*
* @return {@link Map<String, String>} - Map of policies, keyed by their name, with their actual policy as their value.
* @return {@link Map<String, String>} - Map of policies, keyed by their name, with their actual
* policy as their value.
* @throws NoSuchAlgorithmException thrown to indicate missing of MD5 or SHA-256 digest library.
* @throws InvalidKeyException thrown to indicate missing of HMAC SHA-256 library.
* @throws IOException thrown to indicate I/O error on MinIO REST operation.
Expand Down

0 comments on commit 2a8aa74

Please sign in to comment.