You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/03/26 16:15:13 UTC

[2/4] struts git commit: Reports proper Tiles version integration

Reports proper Tiles version integration


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

Branch: refs/heads/master
Commit: 42192a5cee4f0ada30b4998653ad46ab8fe55463
Parents: e5d7be9
Author: Lukasz Lenart <lu...@apache.org>
Authored: Sat Mar 26 15:26:05 2016 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Sat Mar 26 15:26:05 2016 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/struts2/tiles/StrutsTilesListener.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/42192a5c/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesListener.java
----------------------------------------------------------------------
diff --git a/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesListener.java b/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesListener.java
index cf874b1..62adf63 100644
--- a/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesListener.java
+++ b/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesListener.java
@@ -35,7 +35,7 @@ public class StrutsTilesListener extends AbstractTilesListener {
 
     @Override
     protected TilesInitializer createTilesInitializer() {
-        LOG.info("Starting Struts Tiles 2 integration ...");
+        LOG.info("Starting Struts Tiles 3 integration ...");
         return new StrutsTilesInitializer();
     }
 }
\ No newline at end of file