blob: 6e15c695733ff441ace50bb9b110e42d2ac6b216 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.internal.rdt.ui.preferences;
import org.eclipse.cdt.ui.dialogs.AbstractIndexerPage;
/**
* @author crecoskie
*
*/
public class RemoteFastIndexerBlock extends AbstractIndexerPage {
/**
*
*/
public RemoteFastIndexerBlock() {
// TODO Auto-generated constructor stub
}
}