virajjasani commented on a change in pull request #3521:
URL: https://github.com/apache/hadoop/pull/3521#discussion_r722284683



##########
File path: 
hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/VisibleForTesting.java
##########
@@ -37,7 +37,8 @@
  * they MUST be re-scoped as public/limited private.
  */
 @Retention(RetentionPolicy.CLASS)
-@Target({ ElementType.TYPE, ElementType.METHOD })
+@Target({ ElementType.TYPE, ElementType.METHOD, ElementType.FIELD,
+    ElementType.CONSTRUCTOR })

Review comment:
       My bad, somehow other project's code formatter was enabled. I switched 
back to Hadoop formatter. Thanks




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