summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ucb/_XDataContainer.java')
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XDataContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java b/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
index 4dd9d6daa1e9..0f07c41ef532 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
@@ -39,7 +39,7 @@ import com.sun.star.ucb.XDataContainer;
public class _XDataContainer extends MultiMethodTest {
public static XDataContainer oObj = null; // oObj filled by MultiMethodTest
- private byte[] data = new byte[] {34, 35, 36} ;
+ private final byte[] data = new byte[] {34, 35, 36} ;
private String dataURL = null;
/**