2005-09-02   Audrius Meskauskas  <[EMAIL PROTECTED]>

      * gnu/CORBA/Interceptor/ClientRequestInterceptors.java(send_poll):
      remove ForwardRequest from declaration.

Index: gnu/CORBA/Interceptor/ClientRequestInterceptors.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/gnu/CORBA/Interceptor/ClientRequestInterceptors.java,v
retrieving revision 1.1
diff -u -r1.1 ClientRequestInterceptors.java
--- gnu/CORBA/Interceptor/ClientRequestInterceptors.java        28 Aug 2005 
11:23:37 -0000      1.1
+++ gnu/CORBA/Interceptor/ClientRequestInterceptors.java        2 Sep 2005 
17:19:36 -0000
@@ -94,7 +94,7 @@
   }
 
   /** @inheritDoc */
-  public void send_poll(ClientRequestInfo info) throws ForwardRequest
+  public void send_poll(ClientRequestInfo info)
   {
     for (int i = 0; i < interceptors.length; i++)
       {
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to