This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.settings-1.2.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-settings.git
commit 4c28623feba9070e299665c9de7d8ad17ed4508e Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Nov 14 16:06:10 2012 +0000 SLING-2662 : Enhance run mode handling git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/settings@1409245 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/settings/SlingSettingsService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/apache/sling/settings/SlingSettingsService.java b/src/main/java/org/apache/sling/settings/SlingSettingsService.java index 935400b..6c3dece 100644 --- a/src/main/java/org/apache/sling/settings/SlingSettingsService.java +++ b/src/main/java/org/apache/sling/settings/SlingSettingsService.java @@ -72,6 +72,7 @@ public interface SlingSettingsService { * of run mode options * The value is a comma separated list of options where each option * contains of a set of run modes separated by a | character. + * @since 1.2.0 */ String RUN_MODE_OPTIONS = "sling.run.mode.options"; @@ -80,6 +81,7 @@ public interface SlingSettingsService { * of run mode options for installation time. * The value is a comma separated list of options where each option * contains of a set of run modes separated by a | character. + * @since 1.2.0 */ String RUN_MODE_INSTALL_OPTIONS = "sling.run.mode.install.options"; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
