You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:53:43 UTC

[sling-org-apache-sling-launchpad-installer] 06/16: SLING-2928: Wasted work in LaunchpadConfigInstaller.isActive() . Apply patch from Adrian Nistor

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

rombert pushed a commit to annotated tag org.apache.sling.launchpad.installer-1.2.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-installer.git

commit 1c7993193fe43b551fd6bd5774216b9b031fd7cc
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Thu Jul 4 09:02:21 2013 +0000

    SLING-2928:   Wasted work in LaunchpadConfigInstaller.isActive()  . Apply patch from Adrian Nistor
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/launchpad/installer@1499692 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java b/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java
index 35c8fb1..318aa56 100644
--- a/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java
+++ b/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java
@@ -130,6 +130,7 @@ public class LaunchpadConfigInstaller {
         for(final String mode : runModes) {
             if ( !activeRunModes.contains(mode) ) {
                 active = false;
+                break;
             }
         }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.