Skip to content

Commit 8e4461e

Browse files
committed
fix missing import
1 parent c0ca0ed commit 8e4461e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/client/src/mill/client/ClientUtil.java

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import java.io.*;
44
import java.nio.charset.Charset;
5+
import java.nio.charset.StandardCharsets;
56
import java.nio.file.Path;
67
import java.util.*;
78
import java.util.regex.Matcher;

0 commit comments

Comments
 (0)