Skip to content

Commit

Permalink
Fix API analysis problems (#2631)
Browse files Browse the repository at this point in the history
API filter and problem constant need version bump after merging with master.
  • Loading branch information
jarthana authored Jun 25, 2024
1 parent 656af06 commit 85fef6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.jdt.core.compiler.batch/.settings/.api_filters
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.jdt.core.compiler.batch" version="2">
<resource path="META-INF/MANIFEST.MF">
<filter id="926941240">
<filter id="931135546">
<message_arguments>
<message_argument value="3.39.0"/>
<message_argument value="3.39.50"/>
<message_argument value="3.38.0"/>
</message_arguments>
</filter>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2158,7 +2158,7 @@ public interface IProblem {
int ConflictingPackageInModules = ModuleRelated + 1462;

// module imports
/** @since 3.38 @noreference This field is not intended to be referenced by clients.*/
/** @since 3.39 @noreference This field is not intended to be referenced by clients.*/
int ModuleNotRead = ModuleRelated + 1463;

// doc variant of an above constant:
Expand Down

0 comments on commit 85fef6b

Please sign in to comment.