You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/05/01 05:41:03 UTC

svn commit: r398512 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/UberspectLoggable.java

Author: dion
Date: Sun Apr 30 20:41:02 2006
New Revision: 398512

URL: http://svn.apache.org/viewcvs?rev=398512&view=rev
Log:
Checkstyle

Modified:
    jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/UberspectLoggable.java

Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/UberspectLoggable.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/UberspectLoggable.java?rev=398512&r1=398511&r2=398512&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/UberspectLoggable.java (original)
+++ jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/UberspectLoggable.java Sun Apr 30 20:41:02 2006
@@ -1,12 +1,12 @@
 /*
  * Copyright 2002,2004 The Apache Software Foundation.
- * 
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -18,23 +18,20 @@
 
 import org.apache.commons.logging.Log;
 
-
 /**
- *  Marker interface to let an uberspector indicate it can and wants to
- *  log
- *
- *  Thanks to Paulo for the suggestion
- *
+ * Marker interface to let an uberspector indicate it can and wants to log.
+ * 
+ * Thanks to Paulo for the suggestion
+ * 
  * @since 1.0
  * @author <a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a>
  * @version $Id$
- *
+ * 
  */
-public interface UberspectLoggable
-{
+public interface UberspectLoggable {
     /**
-     *  Sets the logger.  This will be called before any calls to the
-     *  uberspector
+     * Sets the logger. This will be called before any calls to the uberspector
+     * @param logger the logger.
      */
-    public void setRuntimeLogger(Log logger);
+    void setRuntimeLogger(Log logger);
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org