6415694: Clarification in Javadoc for java.rmi.AlreadyBoundException

Reviewed-by: rriggs
This commit is contained in:
Jayashree Sk1 2020-05-06 12:48:32 -07:00 committed by Stuart Marks
parent b24c0d21ee
commit d2e6339992

@ -26,8 +26,8 @@ package java.rmi;
/**
* An <code>AlreadyBoundException</code> is thrown if an attempt
* is made to bind an object in the registry to a name that already
* has an associated binding.
* is made to bind an object to a name that already
* has an associated binding in the registry.
*
* @since 1.1
* @author Ann Wollrath