Skip to content

Commit

Permalink
8311000: missing @SInCE info in jdk.management
Browse files Browse the repository at this point in the history
Reviewed-by: rriggs, mli
  • Loading branch information
kevinjwalls committed Jun 30, 2023
1 parent 660cd25 commit c08c983
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -80,6 +80,8 @@
* the notification are provided in the {@linkplain #getGcAction action} String
* </li>
* </ul>
*
* @since 1.7
**/

public class GarbageCollectionNotificationInfo implements CompositeDataView {
Expand Down

1 comment on commit c08c983

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.