Skip to content

Commit

Permalink
Config Doc - Reset list status for passthrough maps
Browse files Browse the repository at this point in the history
(cherry picked from commit 34c67b0)
  • Loading branch information
gsmet committed Sep 10, 2024
1 parent 48c2de9 commit db0dfde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static ResolvedType makeMap(TypeMirror type, ResolvedType unwrappedResolv
return new ResolvedType(type, unwrappedResolvedType.unwrappedType,
unwrappedResolvedType.binaryName, unwrappedResolvedType.qualifiedName, unwrappedResolvedType.simplifiedName,
unwrappedResolvedType.isPrimitive,
true, unwrappedResolvedType.isList,
true, false,
unwrappedResolvedType.isOptional,
unwrappedResolvedType.isDeclared, unwrappedResolvedType.isInterface, unwrappedResolvedType.isClass,
unwrappedResolvedType.isEnum, unwrappedResolvedType.isDuration, unwrappedResolvedType.isConfigGroup);
Expand Down

0 comments on commit db0dfde

Please sign in to comment.