mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8310988: Missing @since tags in java.management.rmi
Reviewed-by: rriggs, alanb, jjg, mli
This commit is contained in:
parent
2a9e2f614f
commit
660cd256b7
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2002, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 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
|
||||
|
@ -29,6 +29,8 @@ package javax.management.remote.rmi;
|
|||
|
||||
/**
|
||||
* RMIConnectionImpl remote stub.
|
||||
*
|
||||
* @since 1.5
|
||||
*/
|
||||
@SuppressWarnings({"deprecation", "rawtypes", "unchecked"})
|
||||
public final class RMIConnectionImpl_Stub
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2002, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 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
|
||||
|
@ -29,6 +29,8 @@ package javax.management.remote.rmi;
|
|||
|
||||
/**
|
||||
* RMIServerImpl remote stub.
|
||||
*
|
||||
* @since 1.5
|
||||
*/
|
||||
@SuppressWarnings({"deprecation", "rawtypes", "unchecked"})
|
||||
public final class RMIServerImpl_Stub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue