Correcting an erronous link.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5906 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Romain Pelisse
2008-03-19 22:22:20 +00:00
parent 6619e19d35
commit 333d9f09b7

View File

@@ -1072,7 +1072,7 @@ public class Test {
since="4.1"
class="net.sourceforge.pmd.rules.XPathRule"
message="Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet."
externalInfoUrl="http://refdoc.venezia.dev.impots/multiproject/pmdSODA/chapters/chapitre-11.1-jdbc.html#_JDBC-RS_">
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CheckResultSet">
<description>
<![CDATA[
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet. Indeed,