Skip to content

Commit 60a4821

Browse files
authored
fix: solve SpotBugs violation
1 parent d591aa0 commit 60a4821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/json-lib-core/src/main/java/org/kordamp/json/JsonConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public void setCollectionType(Class collectionType) {
547547
}
548548
this.collectionType = collectionType;
549549
} else {
550-
collectionType = DEFAULT_COLLECTION_TYPE;
550+
this.collectionType = DEFAULT_COLLECTION_TYPE;
551551
}
552552
}
553553

0 commit comments

Comments
 (0)