src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordingStream.java
branchJEP-349-branch
changeset 58200 2d147d680311
parent 58145 bc54ed8d908a
child 58357 fe78b5a87287
--- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordingStream.java	Wed Sep 18 03:45:46 2019 +0200
+++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordingStream.java	Wed Sep 18 08:00:36 2019 +0200
@@ -51,7 +51,6 @@
  * The following example shows how to record events using the default
  * configuration and print the Garbage Collection, CPU Load and JVM Information
  * event to standard out.
- *
  * <pre>
  * <code>
  * Configuration c = Configuration.getConfiguration("default");
@@ -65,6 +64,7 @@
  * </code>
  * </pre>
  *
+ * @since 14
  */
 public final class RecordingStream implements AutoCloseable, EventStream {