Skip to content

Commit 43bf06f

Browse files
committed
Fix api errors
1 parent 91d2f4a commit 43bf06f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debug/org.eclipse.debug.ui/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.ui; singleton:=true
5-
Bundle-Version: 3.19.200.qualifier
5+
Bundle-Version: 3.20.0.qualifier
66
Bundle-Activator: org.eclipse.debug.internal.ui.DebugUIPlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ public interface IDebugUIConstants {
13601360
/**
13611361
* "Find" action image identifier
13621362
*
1363-
* @since 3.19
1363+
* @since 3.20
13641364
*/
13651365
String IMG_FIND_ACTION = "FIND_ACTION_ICON"; //$NON-NLS-1$
13661366

0 commit comments

Comments
 (0)