X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fio%2FTestData.java;h=575c108cfc3dcbfa7ebb359a5ab72b73fc39afff;hb=abb98bd252934e4040f8280c20fff8739b6a0fd1;hp=f7e4b3dc16dbd99e7cf9a876d8381b56e8002ca7;hpb=5bbd2c6e9dcf47e312122a3205c78b676a724e07;p=utils diff --git a/support/general/src/test/java/org/wamblee/io/TestData.java b/support/general/src/test/java/org/wamblee/io/TestData.java index f7e4b3dc..575c108c 100644 --- a/support/general/src/test/java/org/wamblee/io/TestData.java +++ b/support/general/src/test/java/org/wamblee/io/TestData.java @@ -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) {