Repository: syncope
Updated Branches:
  refs/heads/master 3c6fe5eef -> d2feda5e6


typo


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

Branch: refs/heads/master
Commit: 9f1cb5fb640f31861f1d9b4139ea278aef8b769c
Parents: 3c6fe5e
Author: Francesco Chicchiriccò <[email protected]>
Authored: Fri Feb 19 15:43:08 2016 +0100
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Fri Feb 19 15:43:08 2016 +0100

----------------------------------------------------------------------
 .../provisioning-java/src/main/resources/provisioningContext.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9f1cb5fb/core/provisioning-java/src/main/resources/provisioningContext.xml
----------------------------------------------------------------------
diff --git a/core/provisioning-java/src/main/resources/provisioningContext.xml 
b/core/provisioning-java/src/main/resources/provisioningContext.xml
index ae1bb5e..068d1e7 100644
--- a/core/provisioning-java/src/main/resources/provisioningContext.xml
+++ b/core/provisioning-java/src/main/resources/provisioningContext.xml
@@ -31,8 +31,8 @@ under the License.
   <context:component-scan 
base-package="org.apache.syncope.core.provisioning.java"/>
 
   <!-- Used by AsyncConnectorFacade -->
-  <task:annotation-driven executor="AsyncConnectorFacadeExecutor"/>
-  <task:executor id="AsyncConnectorFacadeExecutor"
+  <task:annotation-driven executor="asyncConnectorFacadeExecutor"/>
+  <task:executor id="asyncConnectorFacadeExecutor"
                  pool-size="${asyncConnectorFacadeExecutor.poolSize}"/>
 
   <!-- Used by PriorityPropagationTaskExecutor -->

Reply via email to