Closed Lee-ChungMu closed 5 months ago
@Lee-ChungMu Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
@Lee-ChungMu Thank you for signing the Contributor License Agreement!
Use List.of instead of Arrays.asList In the TO_REPLACE field.
The Arrays.asList method can change elements. SEARCH_OUTPUT_FIELDS is an immutable field, so it has been improved to util List.of.