summaryrefslogtreecommitdiff
path: root/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java
diff options
context:
space:
mode:
authorKay Ramme <kr@openoffice.org>2001-01-17 09:06:35 +0000
committerKay Ramme <kr@openoffice.org>2001-01-17 09:06:35 +0000
commit576397e4569e20ecce66fb182e1b7ab730683c25 (patch)
tree55de22e7fe58626d8739cf4bd629ef23a699bcb4 /jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java
parent4358274cd752d4ada5652baf9026761f210b5a62 (diff)
MyInterface extracted
Diffstat (limited to 'jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java')
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java11
1 files changed, 2 insertions, 9 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java b/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java
index a54f6a1da91f..5f0671422f91 100644
--- a/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java
+++ b/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java
@@ -2,9 +2,9 @@
*
* $RCSfile: JobQueue_Test.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kr $ $Date: 2000-09-28 11:33:47 $
+ * last change: $Author: kr $ $Date: 2001-01-17 10:06:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,13 +73,6 @@ import com.sun.star.uno.UnoRuntime;
public class JobQueue_Test {
- static interface MyInterface {
- int getNext();
-
- Object syncCall(Object param) throws Exception;
- Object asyncCall(Object param) throws Exception;
- }
-
static class MyContext {
}