Author: chris.laprun(a)jboss.com
Date: 2011-09-21 04:08:03 -0400 (Wed, 21 Sep 2011)
New Revision: 7473
Modified:
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationHandler.java
Log:
- Fixed typo.
Modified:
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationHandler.java
===================================================================
---
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationHandler.java 2011-09-21
04:37:51 UTC (rev 7472)
+++
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationHandler.java 2011-09-21
08:08:03 UTC (rev 7473)
@@ -392,7 +392,7 @@
StateString navigationalState = invocation.getNavigationalState();
Map<String, String[]> publicNavigationalState =
invocation.getPublicNavigationalState();
- // it is possible to get additonal public navigational state from the invocation
attributes if the producer used templates:
+ // it is possible to get additional public navigational state from the
invocation attributes if the producer used templates:
String publicNS =
(String)invocation.getAttribute(WSRP2RewritingConstants.NAVIGATIONAL_VALUES);
if (!ParameterValidation.isNullOrEmpty(publicNS))
{
Show replies by date