Skip to content

Commit

Permalink
[JENKINS-37098] #2490 omitted one since tag, and incorrectly copied a…
Browse files Browse the repository at this point in the history
…nother.
  • Loading branch information
jglick committed Oct 4, 2016
1 parent 163a977 commit d289161
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 d289161

Please sign in to comment.