(no commit message)
[utils] / support / general / src / test / java / org / wamblee / io / TestData.java
index f7e4b3dc16dbd99e7cf9a876d8381b56e8002ca7..575c108cfc3dcbfa7ebb359a5ab72b73fc39afff 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.io;
 
 import java.io.ByteArrayInputStream;
@@ -91,7 +91,7 @@ public final class TestData {
     /**
      * Recursively copy a directory contents to the test output directory.
      * 
-     * @param sSrc
+     * @param aSrc
      *            Source directory to copy.
      */
     public void copyDir(File aSrc) {