Skip to content

Commit 06ed492

Browse files
committed
fixed javadocs
1 parent 4216846 commit 06ed492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/io/cloudonix/vertx/javaio/OutputToReadStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
* It is recommended to use this class in the context of a blocking try-with-resources block, to
3232
* ensure that streams are closed properly. For example:
3333
*
34-
* <tt><pre>
34+
* {@code
3535
* try (final OutputToReadStream os = new OutputToReadStream(vertx); final InputStream is = getInput()) {
3636
* os.pipeTo(someWriteStream);
3737
* is.transferTo(os);
3838
* }
39-
* </pre></tt>
39+
* }
4040
*
4141
* @author guss77
4242
*/

0 commit comments

Comments
 (0)