Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit d2e6339

Browse files
Jayashree Sk1Stuart Marks
Jayashree Sk1
authored and
Stuart Marks
committedMay 6, 2020
6415694: Clarification in Javadoc for java.rmi.AlreadyBoundException
Reviewed-by: rriggs
1 parent b24c0d2 commit d2e6339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/java.rmi/share/classes/java/rmi/AlreadyBoundException.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
/**
2828
* An <code>AlreadyBoundException</code> is thrown if an attempt
29-
* is made to bind an object in the registry to a name that already
30-
* has an associated binding.
29+
* is made to bind an object to a name that already
30+
* has an associated binding in the registry.
3131
*
3232
* @since 1.1
3333
* @author Ann Wollrath

0 commit comments

Comments
 (0)