Skip to content

Commit 67e7091

Browse files
klbokemghio
andauthored
Update apollo-common/src/main/java/com/ctrip/framework/apollo/common/utils/WebUtils.java
Co-authored-by: mghio <43461943+mghio@users.noreply.github.com>
1 parent 36a2385 commit 67e7091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apollo-common/src/main/java/com/ctrip/framework/apollo/common/utils

apollo-common/src/main/java/com/ctrip/framework/apollo/common/utils/WebUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* @author kl (http://kailing.pub)
2525
* @since 2022/8/12
2626
*/
27-
public class WebUtils {
27+
public final class WebUtils {
2828

2929
private static final Splitter X_FORWARDED_FOR_SPLITTER = Splitter.on(",").omitEmptyStrings()
3030
.trimResults();

0 commit comments

Comments
 (0)