blob: e1786ad3724077b180bf2bf627639291b08b9fdc [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 SAP AG.
* 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:
* Eduard Bartsch (SAP AG) - initial API and implementation
* Mathias Kinzler (SAP AG) - initial API and implementation
*******************************************************************************/
package org.eclipse.core.internal.resources.semantic;
import org.eclipse.core.filesystem.provider.FileInfo;
/**
* The Semantic File Info.
* <p>
* Currently, this has no own logic.
*
*/
public class SemanticFileInfo extends FileInfo {
// nothing here
}