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.
|
* 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;
|
||||||
|
|
Loading…
Reference in New Issue