summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-08 11:36:04 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 08:49:22 +0200
commitda677dfd59c2b551f3335ee0a5d5dfb33f9869c5 (patch)
tree9aa09066c95935117bf405b119ed9f89f448a54d /filter
parent14d1a11ec4a7ed0deeac522403248536e8d23f57 (diff)
java: reduce scope, make fields private
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
Diffstat (limited to 'filter')
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/Helper.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/filter/qa/complex/filter/detection/typeDetection/Helper.java b/filter/qa/complex/filter/detection/typeDetection/Helper.java
index bef8f74ffd12..65ae91bf86f3 100644
--- a/filter/qa/complex/filter/detection/typeDetection/Helper.java
+++ b/filter/qa/complex/filter/detection/typeDetection/Helper.java
@@ -50,17 +50,17 @@ public class Helper {
* @member m_param the test parameters
*/
- LogWriter m_log = null;
+ private LogWriter m_log = null;
- String m_sTestDocPath = null;
+ private String m_sTestDocPath = null;
- ArrayList<ArrayList<String>> m_vFiles = null;
+ private ArrayList<ArrayList<String>> m_vFiles = null;
- HashMap<String,String> m_hFileURLs = new HashMap<String,String>();
+ private HashMap<String,String> m_hFileURLs = new HashMap<String,String>();
- HashMap<String,String> m_hFileTypes = new HashMap<String,String>();
+ private HashMap<String,String> m_hFileTypes = new HashMap<String,String>();
- TestParameters m_param = null;
+ private TestParameters m_param = null;
/**
* construct a new instance of this class