This commit is contained in:
Arjen Poutsma
2009-11-10 09:53:30 +00:00
parent 8f188f3c9a
commit 50bc453464

View File

@@ -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
* <code>Properties</code> object given at construction-time. It instantiates the strategy objects and satisifies
* <code>Properties</code> object given at construction-time. It instantiates the strategy objects and satisfies
* <code>ApplicationContextAware</code> with the supplied context if necessary.
*
* @param strategyInterface the strategy interface
@@ -205,4 +205,4 @@ public class DefaultStrategiesHelper {
return result.get(0);
}
}
}