steveloughran commented on pull request #2599:
URL: https://github.com/apache/hadoop/pull/2599#issuecomment-756297053
style
```
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/NetworkBinding.java:46:
private static final String BINDING_CLASSNAME =
"org.apache.hadoop.fs.s3a.impl.ConfigureShadedAWSSocketFactory";: Line is
longer than 80 characters (found 114). [LineLength]
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/NetworkBinding.java:89:
(Class<? extends ConfigureAWSSocketFactory>)
Class.forName(BINDING_CLASSNAME);: Line is longer than 80 characters (found
88). [LineLength]
```
whitespace
```
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/NetworkBinding.java:56:
* so as to avoid
```
----------------------------------------------------------------
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]