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. * OzoneACL classes define bucket ACLs used in OZONE.
* *
* ACLs in Ozone follow this pattern. * ACLs in Ozone follow this pattern.
* user:name:rw * <ul>
* group:name:rw * <li>user:name:rw
* world::rw * <li>group:name:rw
* <li>world::rw
* </ul>
*/ */
public class OzoneAcl { public class OzoneAcl {
private OzoneACLType type; private OzoneACLType type;