Skip to content

Commit

Permalink
Merge pull request #2580 from jglick/RewindableFileOutputStream-since
Browse files Browse the repository at this point in the history
[JENKINS-37098] Since tag cleanup
  • Loading branch information
jglick committed Oct 5, 2016
2 parents ad70a8f + d289161 commit e23d4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -33,6 +33,7 @@
* {@link OutputStream} that writes to a file.
* <p>
* Allows the caller to rewind the stream and override previous content with fresh new data.
* @since 2.18
*/
public class RewindableFileOutputStream extends OutputStream {
protected final File out;
Expand Down
Expand Up @@ -30,7 +30,7 @@
* {@link ReopenableFileOutputStream} that does log rotation upon rewind.
*
* @author Kohsuke Kawaguchi
* @since 1.416
* @since 2.18
*/
public class RewindableRotatingFileOutputStream extends RewindableFileOutputStream {
/**
Expand Down

0 comments on commit e23d4be

Please sign in to comment.