mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Formatting
This commit is contained in:
+1
-1
@@ -217,8 +217,8 @@ public abstract class LocalFileSystemBase extends LocalFileSystem {
|
||||
}
|
||||
}
|
||||
}
|
||||
File file = new File(path);
|
||||
|
||||
File file = new File(path);
|
||||
if (!isAbsoluteFileOrDriveLetter(file)) {
|
||||
path = file.getAbsolutePath();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user