You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/11/11 11:46:48 UTC

ignite git commit: IGNITE-1867 ConfigurationFactory -> ServerConfigurationFactory

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc1 1335f1fbf -> 45f0415e0


IGNITE-1867 ConfigurationFactory -> ServerConfigurationFactory


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

Branch: refs/heads/ignite-843-rc1
Commit: 45f0415e01568528d98c3129e910a883091fa7af
Parents: 1335f1f
Author: Andrey <an...@gridgain.com>
Authored: Wed Nov 11 17:46:42 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Wed Nov 11 17:46:42 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/controllers/summary-controller.js                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/45f0415e/modules/control-center-web/src/main/js/controllers/summary-controller.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/controllers/summary-controller.js b/modules/control-center-web/src/main/js/controllers/summary-controller.js
index 4ce3f3f..b057744 100644
--- a/modules/control-center-web/src/main/js/controllers/summary-controller.js
+++ b/modules/control-center-web/src/main/js/controllers/summary-controller.js
@@ -93,7 +93,7 @@ consoleModule.controller('summaryController', [
 
     $scope.generateJavaServer = function () {
         $scope.javaServer = $generatorJava.cluster($scope.selectedItem,
-            $scope.configServer.javaClassServer === 2 ? 'ConfigurationFactory' : false);
+            $scope.configServer.javaClassServer === 2 ? 'ServerConfigurationFactory' : false);
     };
 
     function selectPojoClass(config) {