Wei-Chiu Chuang created HDDS-8618:
-------------------------------------
Summary: Move up the derived class member variables to parent class
Key: HDDS-8618
URL: https://issues.apache.org/jira/browse/HDDS-8618
Project: Apache Ozone
Issue Type: Task
Reporter: Wei-Chiu Chuang
The six classes OMKey\{Set,Remove,Add}AclRequest\{,WithFSO} have lots of
duplicate member variables
{noformat}
private String path;
private List<OzoneAcl> ozoneAcls;
private OzoneObj obj; {noformat}
they should be moved up to OMKeyAclRequest, so we can eliminate the bloated
code. Please also remove any helper methods associated with them.
[~targetoee] [~Aaron6112080] if you are interested in picking this up.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]