import org.eclipse.team.core.variants.SessionResourceVariantByteStore;
class GitSourceResourceVariantTree extends GitResourceVariantTree {
public GitSourceResourceVariantTree(GitSyncCache cache,
GitSynchronizeDataSet gsds) {
super(new SessionResourceVariantByteStore(), cache, gsds);
}