You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2008/07/31 21:03:49 UTC

svn commit: r681441 - /myfaces/portlet-bridge/core/trunk/api/src/main/java/javax/portlet/faces/GenericFacesPortlet.java

Author: mfreedman
Date: Thu Jul 31 12:03:49 2008
New Revision: 681441

URL: http://svn.apache.org/viewvc?rev=681441&view=rev
Log:
Minor formatting fixes in javadoc comments so javadoc looks nicer.  No code changes.

Modified:
    myfaces/portlet-bridge/core/trunk/api/src/main/java/javax/portlet/faces/GenericFacesPortlet.java

Modified: myfaces/portlet-bridge/core/trunk/api/src/main/java/javax/portlet/faces/GenericFacesPortlet.java
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/api/src/main/java/javax/portlet/faces/GenericFacesPortlet.java?rev=681441&r1=681440&r2=681441&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/api/src/main/java/javax/portlet/faces/GenericFacesPortlet.java (original)
+++ myfaces/portlet-bridge/core/trunk/api/src/main/java/javax/portlet/faces/GenericFacesPortlet.java Thu Jul 31 12:03:49 2008
@@ -59,7 +59,7 @@
  * basis the set of request attributes the bridge is to exclude from its request scope.  The
  * value of this parameter is a comma delimited list of either fully qualified attribute names or
  * a partial attribute name of the form <i>packageName.*</i>.  In this later case all attributes
- * exactly prefixed by <i>packageName</li> are excluded, non recursive.
+ * exactly prefixed by <i>packageName</i> are excluded, non recursive.</li>
  *  <li><code>javax.portlet.faces.preserveActionParams</code>: specifies on a per portlet
  * basis whether the bridge should preserve parameters received in an action request
  * and restore them for use during subsequent renders.</li>
@@ -69,8 +69,8 @@
  * basis the default character set encoding the bridge should set for all render requests it
  * processes</li>
  * </ul>
- * The <code>GenericFacesPortlet</code> recognizes the following application (<code>
- * PortletContext</code>) initialization parameters:
+ * The <code>GenericFacesPortlet</code> recognizes the following application 
+ * (<code>PortletContext</code>) initialization parameters:
  * <ul>
  * <li><code>javax.portlet.faces.BridgeImplClass</code>: specifies the <code>Bridge</code>implementation
  * class used by this portlet. Typically this initialization parameter isn't set as the