Update of /cvsroot/cweb/junit-ext/src/java/junit/framework
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv30815/src/java/junit/framework
Modified Files:
TestCase2.java
Log Message:
javadoc corrections.
Index: TestCase2.java
===================================================================
RCS file: /cvsroot/cweb/junit-ext/src/java/junit/framework/TestCase2.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** TestCase2.java 20 Mar 2007 13:40:33 -0000 1.21
--- TestCase2.java 20 Mar 2007 13:52:31 -0000 1.22
***************
*** 46,53 ****
--- 46,55 ----
// Test resource loader.
+ import java.io.Externalizable;
import java.io.Reader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.IOException;
+ import java.io.Serializable;
// Properties hierarchy loader.
***************
*** 2017,2021 ****
* property.<p>
*
! * @param UnsupportedOperationException if the project build
* directory could NOT be determined since the
* <i>maven.junit.sysproperties</i> property was NOT defined.
--- 2019,2023 ----
* property.<p>
*
! * @throws UnsupportedOperationException if the project build
* directory could NOT be determined since the
* <i>maven.junit.sysproperties</i> property was NOT defined.
|