summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/util/_XReplaceable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/util/_XReplaceable.java')
-rw-r--r--qadevOOo/tests/java/ifc/util/_XReplaceable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XReplaceable.java b/qadevOOo/tests/java/ifc/util/_XReplaceable.java
index ca3cca6ee7c0..c1634a7763ca 100644
--- a/qadevOOo/tests/java/ifc/util/_XReplaceable.java
+++ b/qadevOOo/tests/java/ifc/util/_XReplaceable.java
@@ -45,7 +45,7 @@ public class _XReplaceable extends MultiMethodTest {
public XReplaceable oObj = null;
public XReplaceDescriptor Rdesc = null;
private String mSearchString = "xTextDoc";
- private String mReplaceString = "** xTextDoc";
+ private final String mReplaceString = "** xTextDoc";
private boolean mDispose = false;
/**