Skip to content

Commit b67fe4d

Browse files
YARN-11726: clean up empty spaces
1 parent ebf9480 commit b67fe4d

File tree

1 file changed

+0
-2
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/util

1 file changed

+0
-2
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/util/WebAppUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
import javax.servlet.http.HttpServletRequest;
5555
import javax.ws.rs.container.ContainerRequestContext;
5656

57-
5857
@Private
5958
@Evolving
6059
public class WebAppUtils {
@@ -544,7 +543,6 @@ static String getPassword(Configuration conf, String alias) {
544543
password = null;
545544
LOG.error("Unable to retrieve password for alias: {}", alias, ioe);
546545
}
547-
548546
return password;
549547
}
550548

0 commit comments

Comments
 (0)