summaryrefslogtreecommitdiff
path: root/sc/qa/complex/dataPilot/_XDataPilotTable.java
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 /sc/qa/complex/dataPilot/_XDataPilotTable.java
parent14d1a11ec4a7ed0deeac522403248536e8d23f57 (diff)
java: reduce scope, make fields private
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
Diffstat (limited to 'sc/qa/complex/dataPilot/_XDataPilotTable.java')
-rw-r--r--sc/qa/complex/dataPilot/_XDataPilotTable.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/qa/complex/dataPilot/_XDataPilotTable.java b/sc/qa/complex/dataPilot/_XDataPilotTable.java
index 416afcd1f018..1f9d13357eaa 100644
--- a/sc/qa/complex/dataPilot/_XDataPilotTable.java
+++ b/sc/qa/complex/dataPilot/_XDataPilotTable.java
@@ -45,11 +45,11 @@ import lib.TestParameters;
*/
public class _XDataPilotTable {
- public XDataPilotTable oObj = null;
- XCell xCellForChange = null;
- XCell xCellForCheck = null;
- CellAddress OutputRange = null;
- int changeValue = 0;
+ private XDataPilotTable oObj = null;
+ private XCell xCellForChange = null;
+ private XCell xCellForCheck = null;
+ private CellAddress OutputRange = null;
+ private int changeValue = 0;
/**
* The test parameters