Skip to content

Commit 7b009ca

Browse files
committed
Update DashboardConfig.java
1 parent c08a364 commit 7b009ca

File tree

1 file changed

+2
-2
lines changed
  • microsphere-sentinel-dashboard/src/main/java/io/microsphere/sentinel/dashboard/config

1 file changed

+2
-2
lines changed

microsphere-sentinel-dashboard/src/main/java/io/microsphere/sentinel/dashboard/config/DashboardConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616
package io.microsphere.sentinel.dashboard.config;
1717

18-
import org.apache.commons.lang.StringUtils;
19-
import org.apache.commons.lang.math.NumberUtils;
18+
import org.apache.commons.lang3.StringUtils;
19+
import org.apache.commons.lang3.math.NumberUtils;
2020
import org.springframework.lang.NonNull;
2121

2222
import java.util.concurrent.ConcurrentHashMap;

0 commit comments

Comments
 (0)