summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java
index c30fc2bcfbc0..94ee21466660 100644
--- a/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java
@@ -173,7 +173,7 @@ public class _XFastPropertySet extends MultiMethodTest {
if ( isWritable && isNotNull )
canChange = isChangeable(handle);
if ( isWritable && isNotNull && canChange)
- handles.add(new Integer(handle));
+ handles.add(Integer.valueOf(handle));
} // endfor
Random rnd = new Random();