[teiid-commits] teiid SVN: r4074 - branches/7.7.x/console/src/main/resources/META-INF.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue May 8 09:55:30 EDT 2012


Author: tejones
Date: 2012-05-08 09:55:30 -0400 (Tue, 08 May 2012)
New Revision: 4074

Modified:
   branches/7.7.x/console/src/main/resources/META-INF/rhq-plugin.xml
Log:
TEIID-1996: Corrected session id parameter description for getPlan

Modified: branches/7.7.x/console/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- branches/7.7.x/console/src/main/resources/META-INF/rhq-plugin.xml	2012-05-07 20:10:17 UTC (rev 4073)
+++ branches/7.7.x/console/src/main/resources/META-INF/rhq-plugin.xml	2012-05-08 13:55:30 UTC (rev 4074)
@@ -209,7 +209,7 @@
 			<parameters>
 				<c:simple-property displayName="Session ID" name="sessionID"
 					type="string" required="true"
-					description="The ID of the session that the request to cancel is associated with" />
+					description="The ID of the session that the targeted request is associated with" />
 				<c:simple-property displayName="Request ID" name="requestID"
 					type="long" required="true" description="The ID of the request to retrieve the query plan for" />
 			</parameters>



More information about the teiid-commits mailing list