Skip to content

Commit 2faa2a2

Browse files
committed
fix code style of tabs vs spaces
1 parent 3cc3082 commit 2faa2a2

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/HttpFSServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private <T> T fsExecute(UserGroupInformation ugi, FileSystemAccess.FileSystemExe
162162

163163
/**
164164
* Returns a filesystem instance. The filesystem instance is wired for release at the completion
165-
* of the current Servlet request via the {@link FileSystemReleaseFilter}.
165+
* of the current Servlet request via the {@link FileSystemReleaseFilter}.
166166
* <p>
167167
* If a do-as user is specified, the current user must be a valid proxyuser, otherwise an
168168
* <code>AccessControlException</code> will be thrown.

0 commit comments

Comments
 (0)