Bug 558642 - SafeRunner should be able to return results

Fix unmappable UTF-8 character breaking javadoc build.

Change-Id: If2a442cec56e5fea8d435bbe7ca1b13d4928d71b
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
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 1122fa0..35a3982 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;