Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
https://github.com/apache/hadoop-ozone/pull/830#discussion_r409733651
As now we pass KeyArgs which has size and encryptionInfo, we don't need to pass these parameters seperately again. And also see if any more parameters does not need to be passed and see if we can remove Checkstyle warning @SuppressWarnings("parameternumber"). As checkstyle warns if method has more than 7 parameters.