BUG-5280: add AbstractClientConnection
[controller.git] / opendaylight / md-sal / cds-access-client / src / main / java / org / opendaylight / controller / cluster / access / client / BackendInfo.java
index a5a579dc031bbbbfff450ebc39d28aadcfaeab7e..85d9f14e1710dcf6220f84d0514f56df75cd2d3c 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.controller.cluster.access.ABIVersion;
  * <p>
  * This class is not final so concrete actor behavior implementations may subclass it and track more information about
  * the backend. The {@link #hashCode()} and {@link #equals(Object)} methods are made final to ensure subclasses compare
- * on identity.
+ * on object identity.
  *
  * @author Robert Varga
  */