Skip to content

Commit

Permalink
remove text after version in @SInCE tag
Browse files Browse the repository at this point in the history
This avoids a javadoc crash (JDK-8332039)
  • Loading branch information
dougxc committed May 10, 2024
1 parent b696a77 commit 1d44a1a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@
*
* @param <G> the type of graph this instance handles
* @param <M> the type of methods this instance handles
* @since 19.0 a {@link WritableByteChannel} is implemented
* @since 19.0
*/
public final class GraphOutput<G, M> implements Closeable, WritableByteChannel {
private final GraphProtocol<G, ?, ?, ?, ?, M, ?, ?, ?, ?> printer;
Expand Down

0 comments on commit 1d44a1a

Please sign in to comment.