summaryrefslogtreecommitdiff
path: root/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex/dataPilot/_XDataPilotDescriptor.java')
-rw-r--r--sc/qa/complex/dataPilot/_XDataPilotDescriptor.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
index 639d8ae85ea9..ee6888613de4 100644
--- a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
+++ b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
@@ -52,17 +52,17 @@ import lib.TestParameters;
*/
public class _XDataPilotDescriptor {
- private XDataPilotDescriptor oObj = null;
- private CellRangeAddress CRA = new CellRangeAddress((short)1, 0, 0, 5, 5);
+ private final XDataPilotDescriptor oObj;
+ private final CellRangeAddress CRA = new CellRangeAddress((short)1, 0, 0, 5, 5);
- private String sTag = "XDataPilotDescriptor_Tag";
+ private final String sTag = "XDataPilotDescriptor_Tag";
private String fieldsNames[];
private int tEnvFieldsAmount = 0;
/**
* The test parameters
*/
- private TestParameters param = null;
+ private final TestParameters param;
/**
* Constructor: gets the object to test, a logger and the test parameters