We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4216846 commit 06ed492Copy full SHA for 06ed492
1 file changed
src/main/java/io/cloudonix/vertx/javaio/OutputToReadStream.java
@@ -31,12 +31,12 @@
31
* It is recommended to use this class in the context of a blocking try-with-resources block, to
32
* ensure that streams are closed properly. For example:
33
*
34
- * <tt><pre>
+ * {@code
35
* try (final OutputToReadStream os = new OutputToReadStream(vertx); final InputStream is = getInput()) {
36
* os.pipeTo(someWriteStream);
37
* is.transferTo(os);
38
* }
39
- * </pre></tt>
+ * }
40
41
* @author guss77
42
*/
0 commit comments