Skip to content

Commit d591aa0

Browse files
authored
fix: Return proper field based on naming convention
1 parent f289ef5 commit d591aa0

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
@@ -733,7 +733,7 @@ public void setJsonPropertyFilter(PropertyFilter jsonPropertyFilter) {
733733
* [Java -> JSON]
734734
*/
735735
public PropertyNameProcessorMatcher getJsonPropertyNameProcessorMatcher() {
736-
return javaPropertyNameProcessorMatcher;
736+
return jsonPropertyNameProcessorMatcher;
737737
}
738738

739739
/**

0 commit comments

Comments
 (0)