mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05: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
|
||||
* 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());
|
||||
|
|
Loading…
Add table
Reference in a new issue