summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/FileHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/FileHelper.java')
-rw-r--r--qadevOOo/runner/convwatch/FileHelper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/convwatch/FileHelper.java b/qadevOOo/runner/convwatch/FileHelper.java
index 5ae392128204..221be5fa74be 100644
--- a/qadevOOo/runner/convwatch/FileHelper.java
+++ b/qadevOOo/runner/convwatch/FileHelper.java
@@ -168,7 +168,7 @@ public class FileHelper
makeDirectories(first, path, "0777");
}
- public static void makeDirectories(String first, String path, String _sMode)
+ private static void makeDirectories(String first, String path, String _sMode)
{
String fs = System.getProperty("file.separator");
if (path.startsWith(fs + fs)) // starts with UNC Path
@@ -205,7 +205,7 @@ public class FileHelper
// return;
}
- public static void chmod(File file, String mode) throws java.io.IOException
+ private static void chmod(File file, String mode) throws java.io.IOException
{
Runtime.getRuntime().exec
(new String[]