HDDS-344. Remove multibyte characters from OzoneAcl. Contributed by Takanobu Asanuma.
This commit is contained in:
parent
3d96bc6e5f
commit
778369ea02
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue