Skip to content

Commit a91c176

Browse files
committed
Revert unnecessary parts of Fix test564049_009
Signed-off-by: Rob Stryker <[email protected]>
1 parent 38cf97c commit a91c176

File tree

1 file changed

+3
-3
lines changed
  • org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/core/compiler

1 file changed

+3
-3
lines changed

org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/core/compiler/IProblem.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.43*/
1674+
/** @since 3.42*/
16751675
int LocalMustBeEffectivelyFinal = Internal + 674;
1676-
/** @since 3.43*/
1676+
/** @since 3.42*/
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.43 */
2620+
/** @since 3.42 */
26212621
int RecordAccessorMissingOverrideAnnotation = TypeRelated + 1770;
26222622
/* records - end */
26232623

0 commit comments

Comments
 (0)