Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-11-07 06:33:42 +0000
committerVikas Chandra2019-11-07 06:33:42 +0000
commitb11a6c0a6552bd7152e6b25bc0c3b6fe7b912635 (patch)
tree6ff588cc1df289aa334fee79df55bd45311158f5
parentdf5685dd54d291c78d353dfb983c67d428b1f544 (diff)
downloadrt.equinox.framework-b11a6c0a6552bd7152e6b25bc0c3b6fe7b912635.tar.gz
rt.equinox.framework-b11a6c0a6552bd7152e6b25bc0c3b6fe7b912635.tar.xz
rt.equinox.framework-b11a6c0a6552bd7152e6b25bc0c3b6fe7b912635.zip
Change-Id: Ib8b5c9a65a579fc014e5836edf8b18a049061027 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java
index aca2dd265..c73f4dee2 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java
@@ -10,7 +10,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
- * Christoph Läubrich - Bug 527175 - Storage#getSystemContent() should first make the file absolute
+ * Christoph Laeubrich - Bug 527175 - Storage#getSystemContent() should first make the file absolute
*******************************************************************************/
package org.eclipse.osgi.storage;

Back to the top