8311000: missing @since info in jdk.management

Reviewed-by: rriggs, mli
This commit is contained in:
Kevin Walls 2023-06-30 08:28:19 +00:00
parent 660cd256b7
commit c08c9831df

View File

@ -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
@ -80,6 +80,8 @@ import com.sun.management.internal.GarbageCollectionNotifInfoCompositeData;
* the notification are provided in the {@linkplain #getGcAction action} String
* </li>
* </ul>
*
* @since 1.7
**/
public class GarbageCollectionNotificationInfo implements CompositeDataView {