Skip to content

Commit a33cb90

Browse files
nizarbenallajaikiran
authored andcommittedMay 16, 2024
8332098: Add missing @ since tags to jdk.jdi
Reviewed-by: alanb, cjplummer
1 parent 910d77b commit a33cb90

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed
 

‎src/jdk.jdi/share/classes/com/sun/jdi/connect/package-info.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -33,6 +33,8 @@
3333
* Methods may be added to the interfaces in the JDI packages in future
3434
* releases. Existing packages may be renamed if the JDI becomes a standard
3535
* extension.
36+
*
37+
* @since 1.3
3638
*/
3739

3840
package com.sun.jdi.connect;

‎src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/package-info.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,6 +27,8 @@
2727
* This package comprises the interfaces and classes used to
2828
* develop new {@link com.sun.jdi.connect.spi.TransportService}
2929
* implementations.
30+
*
31+
* @since 1.5
3032
*/
3133

3234
package com.sun.jdi.connect.spi;

‎src/jdk.jdi/share/classes/com/sun/jdi/event/package-info.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -41,6 +41,8 @@
4141
* Methods may be added to the interfaces in the JDI packages in future
4242
* releases. Existing packages may be renamed if the JDI becomes a standard
4343
* extension.
44+
*
45+
* @since 1.3
4446
*/
4547

4648
package com.sun.jdi.event;

‎src/jdk.jdi/share/classes/com/sun/jdi/package-info.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -42,6 +42,8 @@
4242
* Methods may be added to the interfaces in the JDI packages in future
4343
* releases. Existing packages may be renamed if the JDI becomes a standard
4444
* extension.
45+
*
46+
* @since 1.3
4547
*/
4648

4749
package com.sun.jdi;

‎src/jdk.jdi/share/classes/com/sun/jdi/request/package-info.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -40,6 +40,8 @@
4040
* Methods may be added to the interfaces in the JDI packages in future
4141
* releases. Existing packages may be renamed if the JDI becomes a standard
4242
* extension.
43+
*
44+
* @since 1.3
4345
*/
4446

4547
package com.sun.jdi.request;

0 commit comments

Comments
 (0)
Please sign in to comment.