You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2020/12/07 19:42:56 UTC

[brooklyn-server] 05/06: address PR comments

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 22cfb5f1bf67c549be8d69d1f4f7392a5bbc7a65
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Mon Dec 7 13:32:42 2020 +0000

    address PR comments
---
 .../java/org/apache/brooklyn/core/location/MachineLifecycleUtils.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/brooklyn/core/location/MachineLifecycleUtils.java b/core/src/main/java/org/apache/brooklyn/core/location/MachineLifecycleUtils.java
index 75c86a6..53afec0 100644
--- a/core/src/main/java/org/apache/brooklyn/core/location/MachineLifecycleUtils.java
+++ b/core/src/main/java/org/apache/brooklyn/core/location/MachineLifecycleUtils.java
@@ -261,7 +261,7 @@ public class MachineLifecycleUtils {
                     primarilySame = false;
                 }
             } else {
-                return false;
+                primarilySame = false;
             }
         }