summaryrefslogtreecommitdiff
path: root/sw/qa/complex/writer/LoadSaveTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/complex/writer/LoadSaveTest.java')
-rw-r--r--sw/qa/complex/writer/LoadSaveTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/qa/complex/writer/LoadSaveTest.java b/sw/qa/complex/writer/LoadSaveTest.java
index 34426256f8cf..77ec2a79f5d4 100644
--- a/sw/qa/complex/writer/LoadSaveTest.java
+++ b/sw/qa/complex/writer/LoadSaveTest.java
@@ -65,10 +65,10 @@ public class LoadSaveTest
private XMultiServiceFactory m_xMSF = null;
private XGlobalEventBroadcaster m_xGEB = null;
- private String m_fileURL = "file://";
+ private final String m_fileURL = "file://";
// these should be parameters or something?
- private String m_SourceDir = "FIXME";
- private String m_TargetDir = "/tmp/out";
+ private final String m_SourceDir = "FIXME";
+ private final String m_TargetDir = "/tmp/out";
@Before public void before() throws Exception
{