mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 04:15:35 +02:00
bug 319512: Missing type arguments on managedbuilder.core
This commit is contained in:
parent
f208496afe
commit
ea02d217d5
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ package org.eclipse.cdt.managedbuilder.internal.tcmodification;
|
||||||
|
|
||||||
import org.eclipse.cdt.managedbuilder.internal.core.IRealBuildObjectAssociation;
|
import org.eclipse.cdt.managedbuilder.internal.core.IRealBuildObjectAssociation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The class implements the storage organized by types extending
|
||||||
|
* {@link IRealBuildObjectAssociation}.
|
||||||
|
*
|
||||||
|
* @param <T> - the type of object being stored.
|
||||||
|
*/
|
||||||
public final class ObjectTypeBasedStorage<T> implements Cloneable {
|
public final class ObjectTypeBasedStorage<T> implements Cloneable {
|
||||||
private static final int TOOL_INDEX = 0;
|
private static final int TOOL_INDEX = 0;
|
||||||
private static final int TOOLCHAIN_INDEX = 1;
|
private static final int TOOLCHAIN_INDEX = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue