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:
parent
8370ee1662
commit
ea0adaea28
3 changed files with 129 additions and 126 deletions
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue