adoroszlai commented on code in PR #6579:
URL: https://github.com/apache/ozone/pull/6579#discussion_r1576625917


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/VolumeArgs.java:
##########
@@ -18,13 +18,15 @@
 package org.apache.hadoop.ozone.om.helpers;
 
 import com.google.common.base.Preconditions;
+import net.jcip.annotations.Immutable;
 
 import java.util.HashMap;
 import java.util.Map;
 
 /**
  * A class that encapsulates the createVolume Args.
  */
+@Immutable
 public final class VolumeArgs {

Review Comment:
   Looks like I had changed the wrong class.  Thanks for spotting it.
   
   Removed this one, annotated the real one.



-- 
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]

Reply via email to