Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-09 05:14:14 +0000
committerAlexander Kurtakov2020-08-09 05:14:14 +0000
commit1ed1d018687d5dcfdda3c423b036d4822ffd694d (patch)
treec98bb152ed09396dd911fc484e9c8a1c2c862c88
parent9684f33b5d48147d13ba0669a26d6018a15ae6f2 (diff)
downloadrt.equinox.bundles-1ed1d018687d5dcfdda3c423b036d4822ffd694d.tar.gz
rt.equinox.bundles-1ed1d018687d5dcfdda3c423b036d4822ffd694d.tar.xz
rt.equinox.bundles-1ed1d018687d5dcfdda3c423b036d4822ffd694d.zip
Bug 552683 - Merge IProgressMonitor and IProgressMonitorWithBlockingY20200809-1200I20200809-1800
Fix unmappable character in javadoc building. Change-Id: I242c1fe939451f07100264ac6a438ca70fbbbff3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IProgressMonitorWithBlocking.java2
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ProgressMonitorWrapper.java2
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java2
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;

Back to the top