1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 20:05: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
* 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());