jsr368-experts@jms-spec.java.net

[jsr368-experts] JMS 2.0 Errata: JMS_SPEC-163 (Javadoc for JMSContext#setClientID contains obsolete MessageContext reference)

From: Nigel Deakin <nigel.deakin_at_oracle.com>
Date: Mon, 01 Dec 2014 12:58:12 +0000

I've just logged the following very minor proposed correction for the JMS 2.0 errata release:
https://java.net/jira/browse/JMS_SPEC-163

The javadoc for JMSContext#setClientID contains an obsolete mention of MessageContext. This should be changed to JMSContext.

Changes to javadoc for JMSContext#setClientID
---------------------------------------------

Existing text:

     Alternatively, a client can set the client identifier for the MessageContext's connection
     using a provider-specific value.

Replacement text:

     Alternatively, a client can set the client identifier for the JMSContext's connection
     using a provider-specific value.

Nigel