fixing javadoc issues

This commit is contained in:
Guillaume Polaert 2017-05-31 10:03:49 +02:00
parent eecf93be0e
commit 982cf29250
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class DDDecoratorsFactory {
* Create decorators from configuration
*
* @param decoratorsConfig
* @return the list of instanciated & configured decorators
* @return the list of instanciated and configured decorators
*/
public static List<DDSpanContextDecorator> create(List<DDSpanDecoratorConfig> decoratorsConfig){
List<DDSpanContextDecorator> decorators = new ArrayList<DDSpanContextDecorator>();