Skip to content

Commit c3f75e0

Browse files
committed
clear cache
1 parent a3f2087 commit c3f75e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/.cache_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.10
1+
0.1.0

generators/src/main/java/com/algolia/codegen/GenericPropagator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public static void propagateGenericsToModels(Map<String, ModelsMap> modelsMap) {
149149
// We propagate generics in two phases:
150150
// 1. We mark the direct parent of the generic model to replace it with T
151151
// 2. We tell each parent with generic properties to pass that generic type all the way down
152+
// 3. We spread the generic properties to all composed schemas (allOf, oneOf, anyOf)
152153

153154
Map<String, CodegenModel> models = convertToMap(modelsMap);
154155

0 commit comments

Comments
 (0)