whitespaces and indent

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7320 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Romain Pelisse
2011-09-23 23:53:47 +00:00
parent 9102b422bf
commit ee738e5d89

View File

@ -476,7 +476,7 @@ public String bar(String string) {
</example>
</rule>
<rule name="BigIntegerInstantiation"
<rule name="BigIntegerInstantiation"
since="3.9"
message="Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN)"
class="net.sourceforge.pmd.lang.java.rule.basic.BigIntegerInstantiationRule"
@ -542,8 +542,7 @@ public class Foo {
</example>
</rule>
<rule
name="CheckResultSet"
<rule name="CheckResultSet"
language="java"
since="4.1"
class="net.sourceforge.pmd.lang.rule.XPathRule"