Skip to content

Commit 660cd25

Browse files
committed
8310988: Missing @SInCE tags in java.management.rmi
Reviewed-by: rriggs, alanb, jjg, mli
1 parent 2a9e2f6 commit 660cd25

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2002, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2002, 2023, 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
@@ -29,6 +29,8 @@
2929

3030
/**
3131
* RMIConnectionImpl remote stub.
32+
*
33+
* @since 1.5
3234
*/
3335
@SuppressWarnings({"deprecation", "rawtypes", "unchecked"})
3436
public final class RMIConnectionImpl_Stub

src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIServerImpl_Stub.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2002, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2002, 2023, 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
@@ -29,6 +29,8 @@
2929

3030
/**
3131
* RMIServerImpl remote stub.
32+
*
33+
* @since 1.5
3234
*/
3335
@SuppressWarnings({"deprecation", "rawtypes", "unchecked"})
3436
public final class RMIServerImpl_Stub

0 commit comments

Comments
 (0)