mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Comment adjustment.
This commit is contained in:
parent
9fec7d91ed
commit
b87e568b78
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class PDOMFile implements IIndexFragmentFile {
|
|||
private final PDOMLinkage fLinkage;
|
||||
private final long record;
|
||||
private IIndexFileLocation location; // No need to make volatile, all fields of IndexFileLocation are final.
|
||||
private ISignificantMacros sigMacros; // No need to make volatile, all fields of FileContentsKey are either final or volatile.
|
||||
private ISignificantMacros sigMacros; // No need to make volatile, all fields of SignificantMacros are either final or atomically updated.
|
||||
|
||||
private static final int FIRST_NAME = 0;
|
||||
private static final int FIRST_INCLUDE = FIRST_NAME + Database.PTR_SIZE;
|
||||
|
|
Loading…
Add table
Reference in a new issue