Skip to content

Commit

Permalink
[bug][http] commonConf NullPointerException #1510 (#1511)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8179a6c)
  • Loading branch information
kinoxyz1 authored and OT-XY committed Mar 3, 2023
1 parent d5dae2f commit 9d5dd68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public class HttpColumnConverter

public HttpColumnConverter(HttpRestConfig httpRestConfig) {
this.httpRestConfig = httpRestConfig;
this.commonConf = httpRestConfig;

// Only json need to extract the fields
if (StringUtils.isNotBlank((httpRestConfig.getFields()))) {
Expand Down

0 comments on commit 9d5dd68

Please sign in to comment.