anoopsjohn edited a comment on pull request #2073:
URL: https://github.com/apache/hadoop/pull/2073#issuecomment-647120805


   >javadoc error is not related but checkstyle warning is related?
   
   Checkstyle is reported in test class
   
_./hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/TestSyncableDataOutputStream.java:44:
    boolean flushThrowIOE = false;:13: Variable 'flushThrowIOE' must be private 
and have accessor methods. [VisibilityModifier]_
   
   So checkstyle applicable for Test classes also in Hadoop? This is my first 
patch here and so not really aware.  Anyways I have pushed a new commit with 
private modifier. This was a static inner class in Test class so easy thing.
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to