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

[releng][cleanup] Fix @since tags according to API Tooling

This commit is contained in:
Martin Oberhuber 2008-06-04 02:25:22 +00:00
parent 8370ee1662
commit ea0adaea28
3 changed files with 129 additions and 126 deletions

View file

@ -27,6 +27,7 @@ import org.eclipse.rse.internal.services.clientserver.archiveutils.ITarConstants
/**
* This class represents a tar file entry.
* @since 3.0
*/
public class TarEntry implements Cloneable {

View file

@ -30,6 +30,7 @@ import org.eclipse.rse.internal.services.clientserver.archiveutils.ITarConstants
/**
* This class is used to read entries from a tar file.
* @since 3.0
*/
public class TarFile {

View file

@ -24,8 +24,9 @@ import java.io.OutputStream;
import org.eclipse.rse.internal.services.clientserver.archiveutils.ITarConstants;
/**
* This class implements an output stream filter for writing files in the
* tar file format.
* This class implements an output stream filter for writing files in the tar
* file format.
* @since 3.0
*/
public class TarOutputStream extends OutputStream {