Skip to content

Commit fae8ee7

Browse files
committed
HADOOP-12774: Address checkstyle complaints
1 parent f9dae32 commit fae8ee7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ public Path getWorkingDirectory() {
13911391
}
13921392

13931393
/**
1394-
* Get the username of the FS
1394+
* Get the username of the FS.
13951395
* @return the short name of the user who instantiated the FS
13961396
*/
13971397
public String getUsername() {

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444

4545
import java.io.File;
4646
import java.net.URI;
47-
import java.security.PrivilegedAction;
4847
import java.security.PrivilegedExceptionAction;
4948

5049
import org.apache.hadoop.security.ProviderUtils;

0 commit comments

Comments
 (0)