From ef30d6e4069773f8b42ce0d18da7eb1e7e80425a Mon Sep 17 00:00:00 2001 From: liquanyu Date: Wed, 31 Aug 2016 17:59:49 +0800 Subject: [PATCH] code update --- .../resources/spring/applicationContext-quartz.xml | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml b/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml index 619c9e9..84d1623 100644 --- a/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml +++ b/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml @@ -9,28 +9,28 @@ http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache-3.1.xsd http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd"> - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + \ No newline at end of file -- 1.8.3.1