summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/DirectoryHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/DirectoryHelper.java')
-rw-r--r--qadevOOo/runner/graphical/DirectoryHelper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/graphical/DirectoryHelper.java b/qadevOOo/runner/graphical/DirectoryHelper.java
index ca36ef8b0839..a52add895a0b 100644
--- a/qadevOOo/runner/graphical/DirectoryHelper.java
+++ b/qadevOOo/runner/graphical/DirectoryHelper.java
@@ -30,7 +30,7 @@ public class DirectoryHelper
private ArrayList<String> m_aFileList = new ArrayList<String>();
private boolean m_bRecursiveIsAllowed = true;
- void setRecursiveIsAllowed(boolean _bValue)
+ private void setRecursiveIsAllowed(boolean _bValue)
{
m_bRecursiveIsAllowed = _bValue;
}
@@ -80,7 +80,7 @@ public class DirectoryHelper
return a.m_aFileList.toArray();
}
- void traverse_impl( String afileDirectory, FileFilter _aFileFilter )
+ private void traverse_impl( String afileDirectory, FileFilter _aFileFilter )
{
File fileDirectory = new File(afileDirectory);
// Testing, if the file is a directory, and if so, it throws an exception