arturobernalg commented on a change in pull request #152:
URL: https://github.com/apache/commons-vfs/pull/152#discussion_r546787935
##########
File path:
commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/hdfs/test/HdfsFileProviderTest.java
##########
@@ -117,7 +117,7 @@ public static void setUmask(final Configuration conf2) {
final BufferedReader bri = new BufferedReader(new
InputStreamReader(p.getInputStream()));
final String line = bri.readLine();
p.waitFor();
- final Short umask = Short.parseShort(line.trim(), 8);
+ final short umask = Short.parseShort(line.trim(), 8);
Review comment:
Don't fallow. Revert only this change
----------------------------------------------------------------
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:
[email protected]