You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/01/19 21:43:58 UTC

svn commit: r900949 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/compiler/FaceletsCompilerUtils.java

Author: jakobk
Date: Tue Jan 19 20:43:57 2010
New Revision: 900949

URL: http://svn.apache.org/viewvc?rev=900949&view=rev
Log:
MYFACES-2496 added private constructor and made class final

Modified:
    myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/compiler/FaceletsCompilerUtils.java

Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/compiler/FaceletsCompilerUtils.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/compiler/FaceletsCompilerUtils.java?rev=900949&r1=900948&r2=900949&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/compiler/FaceletsCompilerUtils.java (original)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/compiler/FaceletsCompilerUtils.java Tue Jan 19 20:43:57 2010
@@ -28,8 +28,12 @@
  * 
  * @since 2.0
  */
-public class FaceletsCompilerUtils
+public final class FaceletsCompilerUtils
 {
+    
+    private FaceletsCompilerUtils()
+    {
+    }
 
     /**
      * Determines if the Tag with the given TagConfig has children.