[Httpunit-commit] CVS: httpunit/src/com/meterware/httpunit WebLink.java,1.18,1.19 WebTable.java,1.15
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-06-19 13:46:56
|
Update of /cvsroot/httpunit/httpunit/src/com/meterware/httpunit In directory usw-pr-cvs1:/tmp/cvs-serv14083/src/com/meterware/httpunit Modified Files: WebLink.java WebTable.java Log Message: Clean up javadoc Index: WebLink.java =================================================================== RCS file: /cvsroot/httpunit/httpunit/src/com/meterware/httpunit/WebLink.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- WebLink.java 6 Mar 2002 03:45:57 -0000 1.18 +++ WebLink.java 19 Jun 2002 13:46:51 -0000 1.19 @@ -34,7 +34,7 @@ /** * This class represents a link in an HTML page. Users of this class may examine the - * structure of the link (as a DOM), or create a {@tag WebRequest} to simulate clicking + * structure of the link (as a DOM), or create a {@link WebRequest} to simulate clicking * on the link. * * @author <a href="mailto:rus...@ac...">Russell Gold</a> Index: WebTable.java =================================================================== RCS file: /cvsroot/httpunit/httpunit/src/com/meterware/httpunit/WebTable.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- WebTable.java 27 Nov 2001 19:51:27 -0000 1.15 +++ WebTable.java 19 Jun 2002 13:46:52 -0000 1.16 @@ -89,7 +89,6 @@ /** * Returns the contents of the specified table cell with a given ID * @return TableCell with given ID or null if ID is not found. - * @author <a href="mailto:bx...@bi...">Benoit Xhenseval</a> **/ public TableCell getTableCellWithID( String id ) { if (_cells == null) readTable(); |