You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/27 03:03:26 UTC

svn commit: r1572399 - /myfaces/site/cms-site/trunk/lib/view.pm

Author: lu4242
Date: Thu Feb 27 02:03:26 2014
New Revision: 1572399

URL: http://svn.apache.org/r1572399
Log:
add view pooling documentation

Modified:
    myfaces/site/cms-site/trunk/lib/view.pm

Modified: myfaces/site/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/lib/view.pm?rev=1572399&r1=1572398&r2=1572399&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Thu Feb 27 02:03:26 2014
@@ -10,7 +10,7 @@ package view;
 # careful use of symlinks and dependency management in path.pm can
 # resolve most issues with this constraint.
 #
- 
+
 use strict;
 use warnings;
 use Dotiac::DTL qw/Template/;