steveloughran commented on pull request #2323:
URL: https://github.com/apache/hadoop/pull/2323#issuecomment-705609349
javac failures on newly deprecated static fs.impl.FutureIOSupport methods
I'm retaining to avoiding breaking things; checkstyle on 4 javadoc lines which
are too wide because they reference other classes
```
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/impl/FunctionsRaisingIOE.java:41:
* @deprecated use {@link
org.apache.hadoop.util.functional.FunctionRaisingIOE}: Line is longer than 80
characters (found 81). [LineLength]
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/impl/FunctionsRaisingIOE.java:54:
* @deprecated use {@link
org.apache.hadoop.util.functional.BiFunctionRaisingIOE}: Line is longer than 80
characters (found 83). [LineLength]
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/impl/FunctionsRaisingIOE.java:65:
* @deprecated use {@link
org.apache.hadoop.util.functional.CallableRaisingIOE}: Line is longer than 80
characters (found 81). [LineLength]
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/statistics/package-info.java:28:
* {@link org.apache.hadoop.fs.statistics.IOStatisticsSource#getIOStatistics()}
.: Line is longer than 80 characters (found 81). [LineLength]
```
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]