forked from phoedos/pmd
code cleanup: grammar and spelling
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6797 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
parent
1b2063cf94
commit
9172c26905
@ -172,10 +172,10 @@ public class Foo {
|
|||||||
class="net.sourceforge.pmd.rules.XPathRule"
|
class="net.sourceforge.pmd.rules.XPathRule"
|
||||||
externalInfoUrl="http://pmd.sourceforge.net/rules/optimizations.html#UseArraysAsList">
|
externalInfoUrl="http://pmd.sourceforge.net/rules/optimizations.html#UseArraysAsList">
|
||||||
<description>
|
<description>
|
||||||
The class java.util.Arrays has a "asList" method that
|
The java.util.Arrays class has a "asList" method that
|
||||||
should be use when you want to create a new List from
|
should be used when you want to create a new List from
|
||||||
an array of objects. It is faster than executing a loop to
|
an array of objects. It is faster than executing a loop to
|
||||||
cpy all the elements of the array one by one
|
copy all the elements of the array one by one
|
||||||
</description>
|
</description>
|
||||||
<priority>3</priority>
|
<priority>3</priority>
|
||||||
<properties>
|
<properties>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user