We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594f0e3 commit 8323bbdCopy full SHA for 8323bbd
README.txt
@@ -24,9 +24,9 @@ The following Ant targets are useful to build and test the software:
24
25
ant test
26
27
- This Ant target runs the test program TestBase64Coder.java using
28
- JUnit. A report is written to target/test-reports.
+ This Ant target runs the test module TestBase64Coder.java using
+ JUnit. A report is written to the directory "target/test-reports".
29
The compiler warning messages "... is Sun proprietary API ..." are
30
normal and cannot be suppressed. The warnings occur because the
31
- test program uses Suns proprietary Base64 classes to test the
+ test program uses Sun's proprietary Base64 classes to test the
32
Base64Coder class.
0 commit comments