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 2009/04/27 00:13:08 UTC

svn commit: r768810 - /myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/config/FacesConfigurator.java

Author: lu4242
Date: Sun Apr 26 22:13:08 2009
New Revision: 768810

URL: http://svn.apache.org/viewvc?rev=768810&view=rev
Log:
remove tabs

Modified:
    myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/config/FacesConfigurator.java

Modified: myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/config/FacesConfigurator.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/config/FacesConfigurator.java?rev=768810&r1=768809&r2=768810&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/config/FacesConfigurator.java (original)
+++ myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/config/FacesConfigurator.java Sun Apr 26 22:13:08 2009
@@ -667,8 +667,8 @@
                 if (log.isWarnEnabled())
                 {
                     log.warn("<ordering> element found in application faces config. " +
-                    		"This description will be ignored and the actions described " +
-                    		"in <absolute-ordering> element will be taken into account instead.");
+                            "This description will be ignored and the actions described " +
+                            "in <absolute-ordering> element will be taken into account instead.");
                 }                
             }
             //Absolute ordering
@@ -715,7 +715,7 @@
                     if (log.isWarnEnabled())
                     {
                         log.warn("<absolute-ordering> element found in application " +
-                        		"configuration resource "+resource.getName()+". " +
+                                "configuration resource "+resource.getName()+". " +
                                 "This description will be ignored and the actions described " +
                                 "in <ordering> elements will be taken into account instead.");
                     }
@@ -881,7 +881,7 @@
                             if (founded)
                             {
                                 log.fatal("Circular references detected when sorting " +
-                                		"application config resources. Use absolute ordering instead.");
+                                          "application config resources. Use absolute ordering instead.");
                                 throw new FacesException("Circular references detected when sorting " +
                                         "application config resources. Use absolute ordering instead.");
                             }