mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Cosmetics.
This commit is contained in:
parent
34ddaa4f6d
commit
188b2d1ce5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import org.eclipse.cdt.internal.core.pdom.dom.PDOMFile;
|
|||
import org.eclipse.core.runtime.CoreException;
|
||||
|
||||
public class PDOMFileSet implements IIndexFragmentFileSet {
|
||||
private final HashSet<Long> fFileIDs= new HashSet<Long>();
|
||||
private final HashSet<Long> fFileIDs= new HashSet<>();
|
||||
|
||||
@Override
|
||||
public void add(IIndexFragmentFile fragFile) {
|
||||
|
|
Loading…
Add table
Reference in a new issue