mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[build] Upgrade to PMD 7.2.0 (#6718)
This commit is contained in:
@@ -119,8 +119,7 @@ public class StructDescriptorDatabase {
|
||||
} else {
|
||||
// check for circular reference
|
||||
if (!theStruct.checkCircular(stack)) {
|
||||
StringBuilder builder = new StringBuilder();
|
||||
builder.append("circular struct reference: ");
|
||||
StringBuilder builder = new StringBuilder("circular struct reference: ");
|
||||
boolean first = true;
|
||||
for (StructDescriptor elem : stack) {
|
||||
if (!first) {
|
||||
|
||||
Reference in New Issue
Block a user