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



##########
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:
       I think you can make it one line since we can use a length of up to 100. 
:)




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