From acbf3d3cc5f886d82ff6f6282eb16299eed87f80 Mon Sep 17 00:00:00 2001 From: russellb337 Date: Thu, 27 Aug 2015 15:59:10 -0700 Subject: [PATCH] comment twak --- .../java/io/swagger/codegen/config/CodegenConfigurator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/swagger-codegen/src/main/java/io/swagger/codegen/config/CodegenConfigurator.java b/modules/swagger-codegen/src/main/java/io/swagger/codegen/config/CodegenConfigurator.java index 1d98399a5393..acc55f3c3144 100644 --- a/modules/swagger-codegen/src/main/java/io/swagger/codegen/config/CodegenConfigurator.java +++ b/modules/swagger-codegen/src/main/java/io/swagger/codegen/config/CodegenConfigurator.java @@ -21,7 +21,7 @@ import java.util.Set; import static org.apache.commons.lang3.StringUtils.isNotEmpty; /** - * A class that contains all configuration properties you would want to manipulate. + * A class that contains all codegen configuration properties a user would want to manipulate. * An instance could be created by deserializing a JSON file or being populated from CLI or Maven plugin parameters. * It also has a convenience method for creating a ClientOptInput class which is THE object DefaultGenerator.java needs * to generate code.