mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 04:15:35 +02:00
Comment adjustment.
This commit is contained in:
parent
68bf987af0
commit
6c3d6d474f
1 changed files with 4 additions and 4 deletions
|
@ -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());
|
||||||
|
|
Loading…
Add table
Reference in a new issue