From 948c7cb9836bb024b7604723bde5955b64bf0ee9 Mon Sep 17 00:00:00 2001 From: tosmers Date: Wed, 2 Dec 2015 11:49:58 +0000 Subject: [PATCH] adds in-line-doc to the procedure which save the configurations loaded in the interactive load script git-svn-id: https://svn.libreccm.org/ccm/trunk@3757 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/src/com/arsdigita/packaging/Load.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ccm-core/src/com/arsdigita/packaging/Load.java b/ccm-core/src/com/arsdigita/packaging/Load.java index f3b8aeb2d..a05c285ca 100755 --- a/ccm-core/src/com/arsdigita/packaging/Load.java +++ b/ccm-core/src/com/arsdigita/packaging/Load.java @@ -290,9 +290,11 @@ class Load extends Command implements LoadCenter { return false; } - if (!saveConfig(config)) { - return false; - } + //Saves the configurations which includes the parameters loaded + //through the interactive editor procedure + if (!saveConfig(config)) { + return false; + } Session ssn = null;