You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2010/08/05 02:22:14 UTC

svn commit: r982441 - /myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/src/main/java/org/apache/myfaces/extensions/validator/core/startup/ExtValStartupListener.java

Author: gpetracek
Date: Thu Aug  5 00:22:14 2010
New Revision: 982441

URL: http://svn.apache.org/viewvc?rev=982441&view=rev
Log:
cleanup

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/src/main/java/org/apache/myfaces/extensions/validator/core/startup/ExtValStartupListener.java

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/src/main/java/org/apache/myfaces/extensions/validator/core/startup/ExtValStartupListener.java
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/src/main/java/org/apache/myfaces/extensions/validator/core/startup/ExtValStartupListener.java?rev=982441&r1=982440&r2=982441&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/src/main/java/org/apache/myfaces/extensions/validator/core/startup/ExtValStartupListener.java (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/src/main/java/org/apache/myfaces/extensions/validator/core/startup/ExtValStartupListener.java Thu Aug  5 00:22:14 2010
@@ -86,7 +86,7 @@ public class ExtValStartupListener exten
 
     protected void init()
     {
-        if(ExtValInformation.VERSION != null)
+        if(ExtValInformation.VERSION != null && !ExtValInformation.VERSION.startsWith("null"))
         {
             logger.info("starting up MyFaces Extensions Validator v" + ExtValInformation.VERSION);
         }