File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/core/compiler Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1671,9 +1671,9 @@ public interface IProblem {
16711671 int NullExpressionReference = Internal + 672 ;
16721672 /** @since 3.9 */
16731673 int PotentialNullExpressionReference = Internal + 673 ;
1674- /** @since 3.42 */
1674+ /** @since 3.43 */
16751675 int LocalMustBeEffectivelyFinal = Internal + 674 ;
1676- /** @since 3.42 */
1676+ /** @since 3.43 */
16771677 int ResourceLocalMustBeEffectivelyFinal = Internal + 675 ;
16781678
16791679 /**
@@ -2617,7 +2617,7 @@ public interface IProblem {
26172617 int RecordErasureIncompatibilityInCanonicalConstructor = TypeRelated + 1768 ;
26182618 /** @since 3.41 */
26192619 int CompactConstructorOnlyInRecords = TypeRelated + 1769 ;
2620- /** @since 3.42 */
2620+ /** @since 3.43 */
26212621 int RecordAccessorMissingOverrideAnnotation = TypeRelated + 1770 ;
26222622 /* records - end */
26232623
You can’t perform that action at this time.
0 commit comments