(no commit message)
[utils] / support / general / src / test / java / org / wamblee / io / TestData.java
index f34b0a00ebd3d6815e822ab99760a7384bd53b6c..575c108cfc3dcbfa7ebb359a5ab72b73fc39afff 100644 (file)
  * 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 junit.framework.Assert;
-
 import java.io.ByteArrayInputStream;
 import java.io.File;
-import java.io.FileInputStream;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
-import java.io.OutputStream;
 
-import java.nio.MappedByteBuffer;
-import java.nio.channels.FileChannel;
+import junit.framework.Assert;
 
 /**
  * TestData provides a convenient interface for managing test output files.
@@ -96,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) {