Skip to content

Commit

Permalink
Update apollo-common/src/main/java/com/ctrip/framework/apollo/common/…
Browse files Browse the repository at this point in the history
…utils/WebUtils.java

Co-authored-by: mghio <[email protected]>
  • Loading branch information
klboke and mghio authored Aug 15, 2022
1 parent 36a2385 commit 67e7091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @author kl (http://kailing.pub)
* @since 2022/8/12
*/
public class WebUtils {
public final class WebUtils {

private static final Splitter X_FORWARDED_FOR_SPLITTER = Splitter.on(",").omitEmptyStrings()
.trimResults();
Expand Down

0 comments on commit 67e7091

Please sign in to comment.