File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
debug/org.eclipse.debug.core
core/org/eclipse/debug/core/model Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %pluginName
44Bundle-SymbolicName : org.eclipse.debug.core; singleton:=true
5- Bundle-Version : 3.24 .0.qualifier
5+ Bundle-Version : 3.23 .0.qualifier
66Bundle-Activator : org.eclipse.debug.core.DebugPlugin
77Bundle-Vendor : %providerName
88Bundle-Localization : plugin
Original file line number Diff line number Diff 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 return getMarker ().getAttribute (LABEL , "" ); //$NON-NLS-1$
@@ -396,7 +396,7 @@ public String getBreakpointLabel() {
396396 * Sets a new label for the breakpoint.
397397 *
398398 * @param label provide by the user
399- * @since 3.24
399+ * @since 3.23
400400 */
401401 public void setBreakpointLabel (String label ) throws CoreException {
402402 setAttribute (LABEL , label );
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public interface IBreakpoint extends IAdaptable {
125125 * <code>String</code> corresponding to a custom label of a breakpoint.
126126 *
127127 * @see org.eclipse.core.resources.IMarker#getAttribute(String, String)
128- * @since 3.24
128+ * @since 3.23
129129 */
130130 String LABEL = "org.eclipse.debug.core.label" ; //$NON-NLS-1$
131131
You can’t perform that action at this time.
0 commit comments