Skip to content

Commit

Permalink
Noting new test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed May 15, 2015
1 parent 3545325 commit 502e053
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -91,7 +91,7 @@ private void checkEnvInjectResult(FreeStyleBuild build) {
/**
* A wrapper for an {@link OutputStream}, which raises the flag when a
* stream gets closed externally.
* @since TODO
* @since 1.91.3
*/
public static class FileLeakDetectorStream extends FilterOutputStream {

Expand All @@ -115,7 +115,7 @@ public void close() throws IOException {

/**
* A class, which decorates loggers by {@link FileLeakDetectorStream}.
* @since TODO
* @since 1.91.3
*/
public static class FileLeakBuildWrapper extends BuildWrapper {

Expand Down

0 comments on commit 502e053

Please sign in to comment.