Update pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/UnusedPrivateMethod.xml

This commit is contained in:
Andreas Dangel 2024-11-14 15:48:47 +01:00 committed by GitHub
parent 529693c916
commit e5a1236981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2135,7 +2135,7 @@ public class ObtainViaTest {
]]></code>
</test-code>
<test-code>
<description>UnusedPrivateMethod with method reference</description>
<description>#5324 UnusedPrivateMethod with method reference</description>
<expected-problems>0</expected-problems>
<code><![CDATA[
package org.example.unusedPrivateMethod;