You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2005/12/31 20:52:34 UTC

svn commit: r360433 - /webservices/juddi/trunk/src/java/org/apache/juddi/validator/DefaultValidator.java

Author: sviens
Date: Sat Dec 31 11:52:32 2005
New Revision: 360433

URL: http://svn.apache.org/viewcvs?rev=360433&view=rev
Log:
Removed unused logger and unused test driver (main method)

Modified:
    webservices/juddi/trunk/src/java/org/apache/juddi/validator/DefaultValidator.java

Modified: webservices/juddi/trunk/src/java/org/apache/juddi/validator/DefaultValidator.java
URL: http://svn.apache.org/viewcvs/webservices/juddi/trunk/src/java/org/apache/juddi/validator/DefaultValidator.java?rev=360433&r1=360432&r2=360433&view=diff
==============================================================================
--- webservices/juddi/trunk/src/java/org/apache/juddi/validator/DefaultValidator.java (original)
+++ webservices/juddi/trunk/src/java/org/apache/juddi/validator/DefaultValidator.java Sat Dec 31 11:52:32 2005
@@ -15,8 +15,6 @@
  */
 package org.apache.juddi.validator;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 import org.apache.juddi.datatype.CategoryBag;
 import org.apache.juddi.datatype.IdentifierBag;
 import org.apache.juddi.datatype.KeyedReference;
@@ -29,9 +27,6 @@
  */
 public class DefaultValidator implements Validator
 {
-  // private reference to the jUDDI logger
-  private static Log log = LogFactory.getLog(DefaultValidator.class);
-
   /**
    *
    */
@@ -64,17 +59,5 @@
     throws RegistryException
   {
     return true;
-  }
-
-
-  /***************************************************************************/
-  /***************************** TEST DRIVER *********************************/
-  /***************************************************************************/
-
-
-  public static void main(String[] args)
-    throws Exception
-  {
-    Validator validation = new DefaultValidator();
   }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org