From 6c3d6d474fda0a2e5a20318ce97c4b6f117f070a Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Sun, 25 Jan 2009 05:18:16 +0000 Subject: [PATCH] Comment adjustment. --- .../org/eclipse/cdt/core/index/IndexLocationFactory.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IndexLocationFactory.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IndexLocationFactory.java index ab211565745..c4d4eedc34c 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IndexLocationFactory.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IndexLocationFactory.java @@ -62,10 +62,10 @@ public class IndexLocationFactory { } /** - * Returns the absolute file path of an URI or null if the - * URI is not a filesystem path. - * @return the absolute file path of an URI or null if the - * URI is not a filesystem path. + * Returns the absolute file path of a location, or {@code null} + * if the location is not a filesystem path. + * @return the absolute file path of a location, or {@code null} + * if the location is not a filesystem path. */ public static IPath getAbsolutePath(IIndexFileLocation location) { IPath path = URIUtil.toPath(location.getURI());