Integrated: 8332098: Add missing @ since tags to jdk.jdi

Nizar Benalla duke at openjdk.org
Thu May 16 11:07:05 UTC 2024


On Sun, 12 May 2024 01:58:38 GMT, Nizar Benalla <duke at openjdk.org> wrote:

> Please review this simple change where I add "@ since" tags to the package-info file of the following packages
> 
> com.sun.jdi
> com.sun.jdi.connect
> com.sun.jdi.connect.spi
> com.sun.jdi.event
> com.sun.jdi.request
> 
> I used the unix grep command to find the oldest "@ since" in each package and used that value, as it's hard to get the source code of JDK 1-5
> TIA

This pull request has now been integrated.

Changeset: a33cb904
Author:    Nizar Benalla <nizar.benalla at oracle.com>
Committer: Jaikiran Pai <jpai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a33cb9045b2c0cae7d894715d1484e77b7607de6
Stats:     15 lines in 5 files changed: 10 ins; 0 del; 5 mod

8332098: Add missing @ since tags to jdk.jdi

Reviewed-by: alanb, cjplummer

-------------

PR: https://git.openjdk.org/jdk/pull/19200


More information about the serviceability-dev mailing list