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/e8916e55
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e8916e55
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e8916e55

Branch: refs/heads/branch-feature-AMBARI-14714-blueprintv2
Commit: e8916e5530b267f6a5be244edd50a6248d268168
Parents: cc0eabf
Author: Doroszlai, Attila <adorosz...@hortonworks.com>
Authored: Wed Dec 6 10:50:44 2017 +0100
Committer: Doroszlai, Attila <adorosz...@hortonworks.com>
Committed: Fri Dec 8 20:24:25 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/e8916e55/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