Better example

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4393 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2006-05-26 13:17:53 +00:00
parent b8ce0e13db
commit 20caf5e82f

View File

@ -20,11 +20,14 @@
]]>
</value>
</property>
</properties> <priority>3</priority>
</properties>
<priority>3</priority>
<example>
<![CDATA[
SomeClass.class.getClassLoader();
]]>
<![CDATA[
public class Foo {
ClassLoader cl = Bar.class.getClassLoader();
}
]]>
</example>
</rule>