Skip to content

Commit

Permalink
(jcabi#171) Add @since for inner class
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Jun 25, 2020
1 parent f1c74da commit e5298c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/jcabi/http/mock/GrizzlyQueryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public void returnsBinaryBody() throws Exception {

/**
* Mock for GrizzlyInputStream, which returns desired byte array.
*
* @since 1.13
*/
private static class MkGrizzlyInputStream extends GrizzlyInputStream {
/**
Expand Down

0 comments on commit e5298c8

Please sign in to comment.