From 1ed1d018687d5dcfdda3c423b036d4822ffd694d Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Sun, 9 Aug 2020 08:14:14 +0300 Subject: Bug 552683 - Merge IProgressMonitor and IProgressMonitorWithBlocking Fix unmappable character in javadoc building. Change-Id: I242c1fe939451f07100264ac6a438ca70fbbbff3 Signed-off-by: Alexander Kurtakov --- .../src/org/eclipse/core/runtime/IProgressMonitorWithBlocking.java | 2 +- .../src/org/eclipse/core/runtime/ProgressMonitorWrapper.java | 2 +- .../src/org/eclipse/core/runtime/SubMonitor.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IProgressMonitorWithBlocking.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IProgressMonitorWithBlocking.java index bd70f73e1..901f3021a 100644 --- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IProgressMonitorWithBlocking.java +++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IProgressMonitorWithBlocking.java @@ -10,7 +10,7 @@ * * Contributors: * IBM - Initial API and implementation - * Christoph Läubrich - join with IProgressMonitorWithBlocking + * Christoph Laeubrich - join with IProgressMonitorWithBlocking *******************************************************************************/ package org.eclipse.core.runtime; diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ProgressMonitorWrapper.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ProgressMonitorWrapper.java index 5a21cfec6..f0fa7877a 100644 --- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ProgressMonitorWrapper.java +++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ProgressMonitorWrapper.java @@ -10,7 +10,7 @@ * * Contributors: * IBM Corporation - initial API and implementation - * Christoph Läubrich - adjust to new API + * Christoph Laeubrich - adjust to new API *******************************************************************************/ package org.eclipse.core.runtime; 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 c6628aa70..df1061305 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 @@ -16,7 +16,7 @@ * Stefan Xenos (Google) - bug 475747 - Support efficient, convenient cancellation checks in SubMonitor * Stefan Xenos (Google) - bug 476924 - Add a SUPPRESS_ISCANCELED flag to SubMonitor * IBM Corporation - ongoing maintenance - * Christoph Läubrich - adjust to new API + * Christoph Laeubrich - adjust to new API *******************************************************************************/ package org.eclipse.core.runtime; -- cgit v1.2.1