code cleanup: xpath rule simplification

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5593 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2007-10-26 17:14:41 +00:00
parent eef9e5ee35
commit 3f1302fc93

View File

@ -306,9 +306,9 @@ StringBuffer size.
[@Image='StringBuffer']
/../Arguments/ArgumentList/Expression/PrimaryExpression
/PrimaryPrefix/
Literal [(starts-with(@Image, "'"))][(ends-with
(@Image, "'"))]
Literal
[starts-with(@Image, "'")]
[ends-with(@Image, "'")]
]]>
</value>
</property>