1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2015-12-20 11:49:06 -08:00
parent 34ddaa4f6d
commit 188b2d1ce5

View file

@ -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) {