From 54fc1265d45b11211b75ca060bc81f966ca7b1af Mon Sep 17 00:00:00 2001 From: liquanyu Date: Wed, 28 Sep 2016 15:19:28 +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 3a5a209..97312bb 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