Skip to content

Commit

Permalink
Document reason why we keep this one.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Borges committed Oct 2, 2012
1 parent 7d0a8f4 commit 1d62868
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -309,7 +309,11 @@ public void setClientID(final String clientID)
this.clientID = clientID;
}

/** This is for backward compatibility */
/**
* This is for backward compatibility with the JBoss Application Server.
* @see <a
* href="https://github.com/jbossas/jboss-as/blob/master/messaging/src/main/java/org/jboss/as/messaging/jms/ConnectionFactoryAttributes.java">ConnectionFactoryAttributes.java</a>
*/
@Deprecated
public void setClientId(final String clientID)
{
Expand Down

0 comments on commit 1d62868

Please sign in to comment.