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) {