Skip to content

Commit 7588b3f

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/selenium-elements into develop
2 parents 898b28e + f4e2121 commit 7588b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.config/pmd/java/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204

205205
<rule name="AvoidStringBuilderOrBuffer"
206206
language="java"
207-
message="StringBuilder/ should not be used"
207+
message="StringBuilder/StringBuffer should not be used"
208208
class="net.sourceforge.pmd.lang.rule.xpath.XPathRule">
209209
<description>
210210
Usually all cases where `StringBuilder` (or the outdated `StringBuffer`) is used are either due to confusing (legacy) logic or may be replaced by a simpler string concatenation.

0 commit comments

Comments
 (0)