Skip to content

Commit aba93a6

Browse files
committed
Set org.eclipse.jdt.debug version to 3.23
1 parent 94aa2aa commit aba93a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

org.eclipse.jdt.debug/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true
5-
Bundle-Version: 3.22.100.qualifier
5+
Bundle-Version: 3.23.0.qualifier
66
Bundle-ClassPath: jdimodel.jar
77
Bundle-Activator: org.eclipse.jdt.internal.debug.core.JDIDebugPlugin
88
Bundle-Vendor: %providerName

org.eclipse.jdt.debug/model/org/eclipse/jdt/debug/core/IJavaStackFrame.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface IJavaStackFrame extends IStackFrame, IJavaModifiers,
3838
/**
3939
* Categorization of the stack frame.
4040
*
41-
* @since 3.22
41+
* @since 3.23
4242
*
4343
*/
4444
record Category(String name, boolean hideWhenCollapse) {
@@ -544,15 +544,15 @@ public IJavaVariable findVariable(String variableName)
544544
public void forceReturn(IJavaValue value) throws DebugException;
545545

546546
/**
547-
* @since 3.22
547+
* @since 3.23
548548
* @return the category of the stack frame.
549549
*/
550550
Category getCategory();
551551

552552
/**
553553
* Request re-evaluation of the category.
554554
*
555-
* @since 3.22
555+
* @since 3.23
556556
*/
557557
void resetCategory();
558558

0 commit comments

Comments
 (0)