summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/CfgParser.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/CfgParser.java')
-rw-r--r--qadevOOo/runner/helper/CfgParser.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/helper/CfgParser.java b/qadevOOo/runner/helper/CfgParser.java
index bda0cf09d9b3..3ab2b6a28b52 100644
--- a/qadevOOo/runner/helper/CfgParser.java
+++ b/qadevOOo/runner/helper/CfgParser.java
@@ -120,7 +120,7 @@ public class CfgParser
}
}
- protected Properties getProperties(String name)
+ private Properties getProperties(String name)
{
// get the resource file
Properties prop = new Properties();
@@ -158,7 +158,7 @@ public class CfgParser
return prop;
}
- protected String getDefaultFileName(boolean home)
+ private String getDefaultFileName(boolean home)
{
String fileSeparator = System.getProperty("file.separator");
String path = "";