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:57:33 UTC

[sling-org-apache-sling-provisioning-model] 02/06: Fix comments

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

rombert pushed a commit to annotated tag org.apache.sling.provisioning.model-1.1.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-provisioning-model.git

commit 7aee9d5ee6cb119daf470a4b4844efb067d6f5c6
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sat Nov 1 14:44:17 2014 +0000

    Fix comments
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/support/provisioning-model@1635960 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/provisioning/model/ModelConstants.java  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/sling/provisioning/model/ModelConstants.java b/src/main/java/org/apache/sling/provisioning/model/ModelConstants.java
index 4411602..d3020f9 100644
--- a/src/main/java/org/apache/sling/provisioning/model/ModelConstants.java
+++ b/src/main/java/org/apache/sling/provisioning/model/ModelConstants.java
@@ -56,10 +56,10 @@ public abstract class ModelConstants {
 
     /** Name of the standalone run mode. */
     public static final String RUN_MODE_STANDALONE = ":standalone";
-    
-    /** Default start level value */
-    public static final String DEFAULT_RUN_MODE = null;
-    
+
     /** Default run mode value */
+    public static final String DEFAULT_RUN_MODE = null;
+
+    /** Default start level value */
     public static final int DEFAULT_START_LEVEL = 0;
 }

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