1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 04:15:35 +02:00

Comment adjustment.

This commit is contained in:
Sergey Prigogin 2009-01-25 05:18:16 +00:00
parent 68bf987af0
commit 6c3d6d474f

View file

@ -62,10 +62,10 @@ public class IndexLocationFactory {
} }
/** /**
* Returns the absolute file path of an URI or null if the * Returns the absolute file path of a location, or {@code null}
* URI is not a filesystem path. * if the location is not a filesystem path.
* @return the absolute file path of an URI or null if the * @return the absolute file path of a location, or {@code null}
* URI is not a filesystem path. * if the location is not a filesystem path.
*/ */
public static IPath getAbsolutePath(IIndexFileLocation location) { public static IPath getAbsolutePath(IIndexFileLocation location) {
IPath path = URIUtil.toPath(location.getURI()); IPath path = URIUtil.toPath(location.getURI());