fapifta opened a new pull request #2516: URL: https://github.com/apache/ozone/pull/2516
## What changes were proposed in this pull request? Just as other ReplicationConfig implementations, the ECReplicationConfig class should not expose setters, and should be immutable. There aren't any setter usages yet, and it does not seem to be any reason to leave this class mutable, in case we need it we can add it back later on, when there is a reason for it to become mutable. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5561 Please replace this section with the link to the Apache JIRA) ## How was this patch tested? No particular tests were run, IDEA did not found any use of these methods, and the patch just removes them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
