diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:04:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:04:25 +0000 |
commit | 5862d886fca8ca3cf6301d5ecb376c057a0a0b03 (patch) | |
tree | 802bcbb067a1e2e909247b6b288825cbccb1cc02 /bridges | |
parent | 6f7e5b0a77ffc9a50f5bfe6fcf796680f50c5d73 (diff) |
INTEGRATION: CWS sb18 (1.2.8); FILE MERGED
2004/05/12 09:11:25 sb 1.2.8.1: #i21150# Adapted to instantiated polymorphic struct types.
Diffstat (limited to 'bridges')
-rwxr-xr-x | bridges/test/com/sun/star/lib/uno/bridges/java_remote/MethodIdTest.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/MethodIdTest.java b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/MethodIdTest.java index 3b24c9980145..766f0cbe8f50 100755 --- a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/MethodIdTest.java +++ b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/MethodIdTest.java @@ -2,9 +2,9 @@ * * $RCSfile: MethodIdTest.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-03-25 14:58:06 $ + * last change: $Author: obo $ $Date: 2004-06-04 03:04:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -package com.sun.star.lib.uno.bridges.java_remote; +package com.sun.star.lib.uno.bridges.javaremote; import com.sun.star.bridge.XBridge; import com.sun.star.bridge.XInstanceProvider; |