You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2014/03/17 12:05:23 UTC

[38/40] git commit: Fixed parameter wording

Fixed parameter wording


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/e2e23ef7
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/e2e23ef7
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/e2e23ef7

Branch: refs/heads/ldp
Commit: e2e23ef7439067489f3a39097563a9ca34130b84
Parents: 0a69f01
Author: Jakob Frank <ja...@apache.org>
Authored: Sat Mar 1 09:45:29 2014 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Sat Mar 1 09:45:29 2014 +0100

----------------------------------------------------------------------
 .../marmotta/platform/core/startup/MarmottaStartupService.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/e2e23ef7/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/startup/MarmottaStartupService.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/startup/MarmottaStartupService.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/startup/MarmottaStartupService.java
index f0b4ca5..07bc0cc 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/startup/MarmottaStartupService.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/startup/MarmottaStartupService.java
@@ -85,10 +85,10 @@ public class MarmottaStartupService {
     /**
      * Startup the Apache Marmotta Configuration. This method ensures that the Apache Marmotta home directory is created and the
      * ConfigurationService is properly initialised. It must be called first in the startup sequence.
-     * The parameters lmfHome and configurationOverride can be used to override the default settings
+     * The parameters home and configurationOverride can be used to override the default settings
      * of the Apache Marmotta.
      *
-     * @param lmfHome                 home directory of the Apache Marmotta instance (may be null, in which case the default will be used)
+     * @param home                    home directory of the Apache Marmotta instance (may be null, in which case the default will be used)
      * @param configurationOverride   configuration options that should override the default values from default-config.properties (may be null)
      * @param context                 the servlet context the Apache Marmotta is running in (may be null)
      */