From a0aaf7d52c15562c051bd8d342c4240427134343 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sat, 12 May 2007 20:58:11 +0000 Subject: [PATCH] --- .../ws/transport/support/DefaultStrategiesHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/ws/transport/support/DefaultStrategiesHelper.java b/core/src/main/java/org/springframework/ws/transport/support/DefaultStrategiesHelper.java index 1926efde..6686ee3e 100644 --- a/core/src/main/java/org/springframework/ws/transport/support/DefaultStrategiesHelper.java +++ b/core/src/main/java/org/springframework/ws/transport/support/DefaultStrategiesHelper.java @@ -42,7 +42,7 @@ import org.springframework.util.StringUtils; public class DefaultStrategiesHelper { /** Keys are strategy interface names, values are implementation class names. */ - private Properties defaultStrategies = new Properties(); + private Properties defaultStrategies; /** Initializes a new instance of the DefaultStrategiesHelper based on the given set of properties. */ public DefaultStrategiesHelper(Properties defaultStrategies) {