File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
generators/src/main/java/com/algolia/codegen Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -181,12 +181,13 @@ public static boolean shouldUseExplicitOneOfName(Collection<String> oneOf) {
181
181
}
182
182
183
183
/**
184
- * Sets a `generationBanner` variable on the mustache templates, to display the generation banner on generated files.
184
+ * Sets a `generationBanner` variable on the mustache templates, to display the generation banner
185
+ * on generated files.
185
186
*/
186
187
public static void setGenerationBanner (Map <String , Object > additionalProperties ) {
187
188
additionalProperties .put (
188
189
"generationBanner" ,
189
- "This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation."
190
+ "This file is generated, manual changes will be lost - read more on" + " https://github.com/algolia/api-clients-automation."
190
191
);
191
192
}
192
193
}
You can’t perform that action at this time.
0 commit comments