Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-02-06 08:17:00 +0000
committerAlexander Kurtakov2020-02-06 08:17:00 +0000
commit1cf8213ddf6fefa2cf8bd877ea0fbe45f78428c0 (patch)
tree574b57ad7dcbd704a397b0af7662890e73e90bbc
parentc1e824bb2026b5a7ef58698e0bd914ad0d8d0c5a (diff)
downloadrt.equinox.bundles-1cf8213ddf6fefa2cf8bd877ea0fbe45f78428c0.tar.gz
rt.equinox.bundles-1cf8213ddf6fefa2cf8bd877ea0fbe45f78428c0.tar.xz
rt.equinox.bundles-1cf8213ddf6fefa2cf8bd877ea0fbe45f78428c0.zip
Fix unmappable UTF-8 character breaking javadoc build. Change-Id: If2a442cec56e5fea8d435bbe7ca1b13d4928d71b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ISafeRunnableWithResult.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ISafeRunnableWithResult.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ISafeRunnableWithResult.java
index 1122fa052..35a3982f7 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ISafeRunnableWithResult.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ISafeRunnableWithResult.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2020 Marcus Höpfner and others.
+ * Copyright (c) 2020 Marcus Hoepfner and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
@@ -9,7 +9,7 @@
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
- * Marcus Höpfner - initial API and implementation
+ * Marcus Hoepfner - initial API and implementation
*******************************************************************************/
package org.eclipse.core.runtime;

Back to the top