summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/DirectoryHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/DirectoryHelper.java')
-rw-r--r--qadevOOo/runner/convwatch/DirectoryHelper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/convwatch/DirectoryHelper.java b/qadevOOo/runner/convwatch/DirectoryHelper.java
index 60896af030b8..02a81d94d7df 100644
--- a/qadevOOo/runner/convwatch/DirectoryHelper.java
+++ b/qadevOOo/runner/convwatch/DirectoryHelper.java
@@ -27,8 +27,8 @@ import java.util.ArrayList;
*/
public class DirectoryHelper
{
- ArrayList<String> m_aFileList = new ArrayList<String>();
- boolean m_bRecursiveIsAllowed = true;
+ private ArrayList<String> m_aFileList = new ArrayList<String>();
+ private boolean m_bRecursiveIsAllowed = true;
void setRecursiveIsAllowed(boolean _bValue)
{