diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/formatter/DefaultCodeFormatterOptions.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/formatter/DefaultCodeFormatterOptions.java index 6d8782c285c..bf4e050e211 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/formatter/DefaultCodeFormatterOptions.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/formatter/DefaultCodeFormatterOptions.java @@ -225,11 +225,11 @@ public class DefaultCodeFormatterOptions { */ public boolean insert_space_before_lambda_return; /** - * @since 6.11 + * @since 6.12 */ public boolean insert_space_after_deduction_guide_arrow; /** - * @since 6.11 + * @since 6.12 */ public boolean insert_space_before_deduction_guide_arrow; public boolean insert_space_before_assignment_operator;