Skip to content

Commit 678fbb7

Browse files
committed
revert version bumps
1 parent 4528a18 commit 678fbb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

debug/org.eclipse.debug.core/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.debug.core; singleton:=true
5-
Bundle-Version: 3.24.0.qualifier
5+
Bundle-Version: 3.23.0.qualifier
66
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

debug/org.eclipse.debug.core/core/org/eclipse/debug/core/model/Breakpoint.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public String toString() {
386386
/**
387387
* Returns associated label associated with the breakpoint.
388388
*
389-
* @since 3.24
389+
* @since 3.23
390390
*/
391391
public String getBreakpointLabel() {
392392
String LABEL = "org.eclipse.debug.core.label"; //$NON-NLS-1$
@@ -397,7 +397,7 @@ public String getBreakpointLabel() {
397397
* Sets a new label for the breakpoint.
398398
*
399399
* @param label provide by the user
400-
* @since 3.24
400+
* @since 3.23
401401
*/
402402
public void setBreakpointLabel(String label) throws CoreException {
403403
String LABEL = "org.eclipse.debug.core.label"; //$NON-NLS-1$

0 commit comments

Comments
 (0)