AMBARI-22164. Fix wrong assignment due to leftover parameter name (adoroszlai)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/674347a6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/674347a6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/674347a6

Branch: refs/heads/branch-feature-AMBARI-14714-blueprintv2
Commit: 674347a63ff882202b0fb62298ff2e2a87fc893c
Parents: 5c365ea
Author: Doroszlai, Attila <[email protected]>
Authored: Wed Dec 6 10:50:44 2017 +0100
Committer: Doroszlai, Attila <[email protected]>
Committed: Wed Dec 6 10:50:44 2017 +0100

----------------------------------------------------------------------
 .../ambari/server/controller/ServiceComponentHostRequest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/674347a6/ambari-server/src/main/java/org/apache/ambari/server/controller/ServiceComponentHostRequest.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/java/org/apache/ambari/server/controller/ServiceComponentHostRequest.java
 
b/ambari-server/src/main/java/org/apache/ambari/server/controller/ServiceComponentHostRequest.java
index ea082c6..2554c25 100644
--- 
a/ambari-server/src/main/java/org/apache/ambari/server/controller/ServiceComponentHostRequest.java
+++ 
b/ambari-server/src/main/java/org/apache/ambari/server/controller/ServiceComponentHostRequest.java
@@ -37,7 +37,7 @@ public class ServiceComponentHostRequest {
 
   public ServiceComponentHostRequest(String clusterName,
                                      String serviceGroupName,
-                                     String serviceDisplayName,
+                                     String serviceName,
                                      String componentName,
                                      String hostname,
                                      String desiredState) {

Reply via email to