Author: tfischer
Date: Thu Jun 14 14:27:21 2012
New Revision: 1350262

URL: http://svn.apache.org/viewvc?rev=1350262&view=rev
Log:
checkstyle fixes

Modified:
    
db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/avalon/AvalonTest.java

Modified: 
db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/avalon/AvalonTest.java
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/avalon/AvalonTest.java?rev=1350262&r1=1350261&r2=1350262&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/avalon/AvalonTest.java
 (original)
+++ 
db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/avalon/AvalonTest.java
 Thu Jun 14 14:27:21 2012
@@ -1,4 +1,5 @@
 package org.apache.torque.avalon;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -34,13 +35,14 @@ public class AvalonTest extends BaseUnit
     /**
      * Constructor for test.
      *
-     * @param testName name of the test being executed
+     * @param name The name of the test being executed
      */
     public AvalonTest(String name)
     {
         super(name);
     }
 
+    @Override
     public void setUp() throws Exception
     {
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to