From 576397e4569e20ecce66fb182e1b7ab730683c25 Mon Sep 17 00:00:00 2001 From: Kay Ramme Date: Wed, 17 Jan 2001 09:06:35 +0000 Subject: MyInterface extracted --- .../sun/star/lib/uno/environments/remote/JobQueue_Test.java | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java') 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 { } -- cgit v1.2.3