Skip to content

Commit

Permalink
remove public
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Mar 28, 2024
1 parent caf4560 commit b2558a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ && systemGetProperty("os.name").toLowerCase().startsWith("windows")) {
}
}

public static String convertToWindowsPath(String filePath) {
static String convertToWindowsPath(String filePath) {
// Find the Windows file path pattern: ex) C:\ or D:\
Pattern windowsFilePattern = Pattern.compile("[C-Z]:[\\\\/]");
Matcher matcher = windowsFilePattern.matcher(filePath);
Expand Down

0 comments on commit b2558a7

Please sign in to comment.