mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
d50d786746
commit
c1c02b297b
2 changed files with 9 additions and 9 deletions
|
@ -90,7 +90,7 @@ public interface IIndexFile {
|
|||
IIndexName[] findNames(int offset, int length) throws CoreException;
|
||||
|
||||
/**
|
||||
* Returns the include that was used to parse this file, may be null.
|
||||
* Returns the include that was used to parse this file, may be <code>null</code>.
|
||||
*/
|
||||
IIndexInclude getParsedInContext() throws CoreException;
|
||||
|
||||
|
|
|
@ -607,8 +607,8 @@ public class PDOMFile implements IIndexFragmentFile {
|
|||
if (nameOffset + name.getNodeLength() <= offset + length) {
|
||||
result.add(name);
|
||||
} else if (name.isReference()) {
|
||||
// names are ordered, but callers are inserted before
|
||||
// their references
|
||||
// Names are ordered, but callers are inserted before
|
||||
// their references.
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue