[Japi-cvs] SF.net SVN: japi:[1171] libs/xml/trunk/src/tst/test/net/sf/japi/xml/ NodeListIterator2Te
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-02-24 02:28:41
|
Revision: 1171 http://japi.svn.sourceforge.net/japi/?rev=1171&view=rev Author: christianhujer Date: 2009-02-24 02:24:07 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fixed javadoc issues. Modified Paths: -------------- libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIterator2Test.java Modified: libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIterator2Test.java =================================================================== --- libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIterator2Test.java 2009-02-24 02:23:51 UTC (rev 1170) +++ libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIterator2Test.java 2009-02-24 02:24:07 UTC (rev 1171) @@ -41,14 +41,18 @@ /** Mock NodeList. */ private NodeList mockNodeList; - /** {@inheritDoc} */ + /** Creates the testling. + * @throws Exception (unexpected). + */ @Before public void setUp() throws Exception { mockNodeList = createMockNodeList(); testling = new NodeListIterator<Node>(mockNodeList); } - /** {@inheritDoc} */ + /** Removes the testling. + * @throws Exception (unexpected). + */ @SuppressWarnings({"AssignmentToNull"}) @After public void tearDown() throws Exception { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |