WW-4606 fixed javadoc

Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/469b25f8
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/469b25f8
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/469b25f8

Branch: refs/heads/support-2-3
Commit: 469b25f8e10c2b275e1c158e2ee97d753f324ecc
Parents: 2726068
Author: cnenning <cnenn...@apache.org>
Authored: Mon Jan 25 13:50:45 2016 +0100
Committer: cnenning <cnenn...@apache.org>
Committed: Wed Feb 3 13:33:22 2016 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/struts2/views/tiles/TilesResult.java  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/469b25f8/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java
----------------------------------------------------------------------
diff --git 
a/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java 
b/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java
index 1cea77b..c1dbfb9 100644
--- 
a/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java
+++ 
b/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java
@@ -40,6 +40,7 @@ import com.opensymphony.xwork2.ActionInvocation;
 import com.opensymphony.xwork2.util.logging.Logger;
 import com.opensymphony.xwork2.util.logging.LoggerFactory;
 
+
 /**
  * <!-- START SNIPPET: description -->
  * Renders a view using struts-tiles.
@@ -50,7 +51,8 @@ import com.opensymphony.xwork2.util.logging.LoggerFactory;
  *
  * &lt;listener&gt;
  *      
&lt;listener-class&gt;org.apache.struts2.tiles.StrutsTilesListener&lt;/listener-class&gt;
- * &lt;/listener&gt; * <!-- END SNIPPET: webxml -->
+ * &lt;/listener&gt;
+ * <!-- END SNIPPET: webxml -->
  *
  * <!-- START SNIPPET: strutsxml -->
  * In struts.xml, use type="tiles" on your &lt;result&gt;.
@@ -72,13 +74,13 @@ import com.opensymphony.xwork2.util.logging.LoggerFactory;
  * &lt;/result-types&gt;
  * <!-- END SNIPPET: packageconfig -->
  *
+ *
  * <!-- START SNIPPET: tilesconfig -->
  * You have to configure tiles itself. Therefore you can add 
<code>tiles.xml</code> either 
  * to resources or WEB-INF. You may also use annotations like {@link 
TilesDefinition}.
  *
  * <!-- END SNIPPET: tilesconfig -->
  *
- *
  */
 public class TilesResult extends ServletDispatcherResult {
 

Reply via email to