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; * * <listener> * <listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class> - * </listener> * <!-- END SNIPPET: webxml --> + * </listener> + * <!-- END SNIPPET: webxml --> * * <!-- START SNIPPET: strutsxml --> * In struts.xml, use type="tiles" on your <result>. @@ -72,13 +74,13 @@ import com.opensymphony.xwork2.util.logging.LoggerFactory; * </result-types> * <!-- 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 {