mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +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;
|
import org.eclipse.core.runtime.CoreException;
|
||||||
|
|
||||||
public class PDOMFileSet implements IIndexFragmentFileSet {
|
public class PDOMFileSet implements IIndexFragmentFileSet {
|
||||||
private final HashSet<Long> fFileIDs= new HashSet<Long>();
|
private final HashSet<Long> fFileIDs= new HashSet<>();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void add(IIndexFragmentFile fragFile) {
|
public void add(IIndexFragmentFile fragFile) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue