diff --git a/src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java b/src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java
index 0fe51563caa..dd9175e888f 100644
--- a/src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java
+++ b/src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2022, 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
@@ -363,7 +363,7 @@ public interface RMIConnection extends Closeable, Remote {
* @throws InstanceNotFoundException The MBean specified is not
* registered in the MBean server.
* @throws MBeanRegistrationException The preDeregister
- * ((MBeanRegistration
interface) method of the MBean
+ * (MBeanRegistration
interface) method of the MBean
* has thrown an exception.
* @throws RuntimeOperationsException Wraps a
* java.lang.IllegalArgumentException
: The object
diff --git a/src/java.management/share/classes/javax/management/MBeanServerConnection.java b/src/java.management/share/classes/javax/management/MBeanServerConnection.java
index 60c7428d31d..87764b81c91 100644
--- a/src/java.management/share/classes/javax/management/MBeanServerConnection.java
+++ b/src/java.management/share/classes/javax/management/MBeanServerConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2022, 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
@@ -354,7 +354,7 @@ public interface MBeanServerConnection {
* @exception InstanceNotFoundException The MBean specified is not
* registered in the MBean server.
* @exception MBeanRegistrationException The preDeregister
- * ((MBeanRegistration
interface) method of the MBean
+ * (MBeanRegistration
interface) method of the MBean
* has thrown an exception.
* @exception RuntimeMBeanException If the postDeregister
* (MBeanRegistration
interface) method of the MBean throws a