HDDS-344. Remove multibyte characters from OzoneAcl. Contributed by Takanobu Asanuma.

This commit is contained in:
Márton Elek 2018-08-09 14:23:41 +02:00
parent 3d96bc6e5f
commit 778369ea02
1 changed files with 5 additions and 3 deletions

View File

@ -25,9 +25,11 @@ import java.util.Objects;
* OzoneACL classes define bucket ACLs used in OZONE.
*
* ACLs in Ozone follow this pattern.
* user:name:rw
* group:name:rw
* world::rw
* <ul>
* <li>user:name:rw
* <li>group:name:rw
* <li>world::rw
* </ul>
*/
public class OzoneAcl {
private OzoneACLType type;