Skip to content

Commit b549145

Browse files
committed
delete blanks
1 parent 7338ea8 commit b549145

File tree

1 file changed

+2
-2
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity

1 file changed

+2
-2
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/CapacitySchedulerConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,9 +1827,9 @@ private Integer getDefaultApplicationPriority() {
18271827
DEFAULT_CONFIGURATION_APPLICATION_PRIORITY);
18281828
}
18291829

1830-
public Integer getDefaultApplicationPriorityConfPerQueue(QueuePath queue) {
1830+
public Integer getDefaultApplicationPriorityConfPerQueue(String queue) {
18311831
return getInt(getQueuePrefix(queue) + DEFAULT_APPLICATION_PRIORITY,
1832-
getDefaultApplicationPriority());
1832+
getDefaultApplicationPriority());
18331833
}
18341834

18351835
@VisibleForTesting

0 commit comments

Comments
 (0)