Skip to content

Commit ccff6fb

Browse files
committed
tmf: Update o.e.tmf.core version and @SInCE tags for recent new APIs
Signed-off-by: Bernd Hufmann <[email protected]>
1 parent 37097a0 commit ccff6fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tmf/org.eclipse.tracecompass.tmf.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: %Bundle-Name
44
Bundle-Vendor: %Bundle-Vendor
5-
Bundle-Version: 9.6.0.qualifier
5+
Bundle-Version: 9.7.0.qualifier
66
Bundle-Localization: plugin
77
Bundle-SymbolicName: org.eclipse.tracecompass.tmf.core;singleton:=true
88
Bundle-Activator: org.eclipse.tracecompass.internal.tmf.core.Activator

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/component/DataProviderConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class DataProviderConstants {
2727

2828
/**
2929
* Separator between base analysis ID and config ID in secondary ID
30-
* @since 9.6
30+
* @since 9.7
3131
*/
3232
public static final String CONFIG_SEPARATOR = "+"; //$NON-NLS-1$
3333

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/dataprovider/DataProviderManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public <T extends ITmfTreeDataProvider<? extends ITmfTreeDataModel>> boolean rem
369369
* The trace for which to remove the data provider
370370
* @param id
371371
* The id of the data provider to remove
372-
* @since 9.6
372+
* @since 9.7
373373
*/
374374
public void removeDataProvider(ITmfTrace trace, String id) {
375375
Iterator<ITmfTreeDataProvider<? extends ITmfTreeDataModel>> iter = fInstances.get(trace).iterator();

0 commit comments

Comments
 (0)