Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java')
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java
index 66e037565..e569d01df 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java
@@ -1020,6 +1020,8 @@ public final class SubMonitor implements IProgressMonitorWithBlocking {
* @param work a non-negative number of work units just completed
* @throws OperationCanceledException if the monitor has been cancelled
* @since 3.9
+ * @noreference This method is not intended to be referenced by clients.
+ * @deprecated Scheduled for deletion. Use {@link #split(int)} instead.
*/
public void step(int work) throws OperationCanceledException {
if (TracingOptions.debugProgressMonitors) {

Back to the top