1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[cleanup] Get rid of rogue incorrect Javadoc

This commit is contained in:
Martin Oberhuber 2008-06-03 15:56:28 +00:00
parent 108c2a6158
commit d3988abdf1

View file

@ -31,13 +31,6 @@ import org.eclipse.rse.subsystems.files.core.servicesubsystem.FileServiceSubSyst
import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileContext;
import org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile;
/**
* @author mjberger
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public class LocalVirtualFile extends LocalFile implements IVirtualRemoteFile
{