From 50bc45346499d1673ae186cbbd6648b27671fc4d Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 10 Nov 2009 09:53:30 +0000 Subject: [PATCH] Javadoc --- .../springframework/ws/support/DefaultStrategiesHelper.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/springframework/ws/support/DefaultStrategiesHelper.java b/core/src/main/java/org/springframework/ws/support/DefaultStrategiesHelper.java index 2b7fdb88..ce444568 100644 --- a/core/src/main/java/org/springframework/ws/support/DefaultStrategiesHelper.java +++ b/core/src/main/java/org/springframework/ws/support/DefaultStrategiesHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2007 the original author or authors. + * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -92,7 +92,7 @@ public class DefaultStrategiesHelper { /** * Create a list of strategy objects for the given strategy interface. Strategies are retrieved from the - * Properties object given at construction-time. It instantiates the strategy objects and satisifies + * Properties object given at construction-time. It instantiates the strategy objects and satisfies * ApplicationContextAware with the supplied context if necessary. * * @param strategyInterface the strategy interface @@ -205,4 +205,4 @@ public class DefaultStrategiesHelper { return result.get(0); } -} \ No newline at end of file +}