summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/script/_XTypeConverter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/script/_XTypeConverter.java')
-rw-r--r--qadevOOo/tests/java/ifc/script/_XTypeConverter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/script/_XTypeConverter.java b/qadevOOo/tests/java/ifc/script/_XTypeConverter.java
index 7f38d055159e..3e42a16d9a2e 100644
--- a/qadevOOo/tests/java/ifc/script/_XTypeConverter.java
+++ b/qadevOOo/tests/java/ifc/script/_XTypeConverter.java
@@ -97,7 +97,7 @@ public class _XTypeConverter extends MultiMethodTest {
* was passed to method and no exceptions were thrown. <p>
*/
public void _convertToSimpleType() {
- Object value = new Integer(123) ;
+ Object value = Integer.valueOf(123) ;
Object destValue = null ;
try {