Skip to content

Commit

Permalink
Remove the usage of deprecated commons lang2 StringEscapeUtils (#13538)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhioncbr authored Jul 8, 2024
1 parent a76a590 commit c29efe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import javax.annotation.Nullable;
import org.apache.commons.configuration2.Configuration;
import org.apache.commons.configuration2.PropertiesConfiguration;
import org.apache.commons.lang3.StringEscapeUtils;
import org.apache.commons.text.StringEscapeUtils;
import org.apache.pinot.segment.spi.ColumnMetadata;
import org.apache.pinot.segment.spi.V1Constants;
import org.apache.pinot.segment.spi.V1Constants.MetadataKeys.Column;
Expand Down

0 comments on commit c29efe7

Please sign in to comment.