Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.12.3, 1.13.1
Description
castTo parameter has a mistake name. It should be 'targetType'.
// Old private static CastingRuleBuilder castTo(LogicalTypeRoot sourceType) { return new CastingRuleBuilder(sourceType); } // New private static CastingRuleBuilder castTo(LogicalTypeRoot targetType) { return new CastingRuleBuilder(targetType); }
Attachments
Issue Links
- links to