You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2013/04/06 22:13:46 UTC

svn commit: r1465296 - /db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/LoggingAdapter.java

Author: tfischer
Date: Sat Apr  6 20:13:45 2013
New Revision: 1465296

URL: http://svn.apache.org/r1465296
Log:
fix checkstyle warnings

Modified:
    db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/LoggingAdapter.java

Modified: db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/LoggingAdapter.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/LoggingAdapter.java?rev=1465296&r1=1465295&r2=1465296&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/LoggingAdapter.java (original)
+++ db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/LoggingAdapter.java Sat Apr  6 20:13:45 2013
@@ -33,12 +33,12 @@ public interface LoggingAdapter
      * @return the current loglevel, or INFO if the current loglevel cannot
      *         be determined.
      */
-    public Loglevel getCurrentLoglevel();
+    Loglevel getCurrentLoglevel();
 
     /**
      * Sets the loglevel to the given loglevel.
      *
      *  @param loglevel the loglevel to set, not null.
      */
-    public void setLoglevel(Loglevel loglevel);
+    void setLoglevel(Loglevel loglevel);
 }



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