Skip to content

Commit 97ab2c3

Browse files
author
Pavel Rappo
committedNov 16, 2022
8296953: Fix a typo in exception documentation
Reviewed-by: cjplummer, dfuchs
1 parent 5e08b3f commit 97ab2c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2002, 2022, 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
@@ -363,7 +363,7 @@ public ObjectInstance createMBean(String className,
363363
* @throws InstanceNotFoundException The MBean specified is not
364364
* registered in the MBean server.
365365
* @throws MBeanRegistrationException The preDeregister
366-
* ((<code>MBeanRegistration</code> interface) method of the MBean
366+
* (<code>MBeanRegistration</code> interface) method of the MBean
367367
* has thrown an exception.
368368
* @throws RuntimeOperationsException Wraps a
369369
* <code>java.lang.IllegalArgumentException</code>: The object

‎src/java.management/share/classes/javax/management/MBeanServerConnection.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2002, 2022, 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
@@ -354,7 +354,7 @@ public ObjectInstance createMBean(String className, ObjectName name,
354354
* @exception InstanceNotFoundException The MBean specified is not
355355
* registered in the MBean server.
356356
* @exception MBeanRegistrationException The preDeregister
357-
* ((<CODE>MBeanRegistration</CODE> interface) method of the MBean
357+
* (<CODE>MBeanRegistration</CODE> interface) method of the MBean
358358
* has thrown an exception.
359359
* @exception RuntimeMBeanException If the <CODE>postDeregister</CODE>
360360
* (<CODE>MBeanRegistration</CODE> interface) method of the MBean throws a

0 commit comments

Comments
 (0)
Please sign in to comment.