Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion org.eclipse.jdt.core/.settings/.api_filters
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<resource path="META-INF/MANIFEST.MF">
<filter id="931135546">
<message_arguments>
<message_argument value="3.46.150"/>
<message_argument value="3.47.50"/>
<message_argument value="3.46.0"/>
</message_arguments>
</filter>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.core; singleton:=true
Bundle-Version: 3.46.150.qualifier
Bundle-Version: 3.47.50.qualifier
Bundle-Activator: org.eclipse.jdt.core.JavaCore
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
8 changes: 4 additions & 4 deletions org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java
Original file line number Diff line number Diff line change
Expand Up @@ -553,14 +553,14 @@ public final class AST {
* <p>
* This API is capable of handling all constructs in the
* Java language as described in the Java Language
* Specification, Java SE 26 Edition (JLS27).
* JLS26 is a superset of all earlier versions of the
* Specification, Java SE 27 Edition (JLS27).
* JLS27 is a superset of all earlier versions of the
* Java language, and the JLS27 API can be used to manipulate
* programs written in all versions of the Java language
* up to and including Java SE 27(aka JDK 27).
* up to and including Java SE 27 (aka JDK 27).
* </p>
*
* @since 3.46 BETA_JAVA27
* @since 3.47 BETA_JAVA27
*/
public static final int JLS27 = 27;
/**
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>4.41.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.46.150-SNAPSHOT</version>
<version>3.47.50-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down