mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed a typo.
This commit is contained in:
parent
2e0ffe0ae5
commit
83cc5d019e
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public interface IIndexManager extends IPDOMManager {
|
||||||
public static final int UPDATE_ALL= 0x1;
|
public static final int UPDATE_ALL= 0x1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constant for requesting an update of translation units if theit timestamps have changed.
|
* Constant for requesting an update of translation units if their timestamps have changed.
|
||||||
*/
|
*/
|
||||||
public static final int UPDATE_CHECK_TIMESTAMPS= 0x2;
|
public static final int UPDATE_CHECK_TIMESTAMPS= 0x2;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue