Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java')
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java
index 1a826da97..f84e39118 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java
@@ -493,6 +493,7 @@ public interface IPath extends Cloneable {
* device id. The same separator, "/", is used on all platforms.
* <p>
* Example result strings (without and with device id):
+ * </p>
* <pre>
* "/foo/bar.txt"
* "bar.txt"
@@ -508,7 +509,6 @@ public interface IPath extends Cloneable {
* "C:/"
* </pre>
* This string is suitable for passing to <code>Path(String)</code>.
- * </p>
*
* @return a string representation of this path
* @see Path

Back to the top