[jboss-cvs] jboss-jms/tests/src/org/jboss/test/messaging/core ...

Timothy Fox tim.fox at jboss.com
Thu Jul 27 15:01:56 EDT 2006


  User: timfox  
  Date: 06/07/27 15:01:56

  Modified:    tests/src/org/jboss/test/messaging/core  SimpleChannel.java
  Log:
  Mainly http://jira.jboss.com/jira/browse/JBMESSAGING-434 plus a few other bits and pieces
  
  Revision  Changes    Path
  1.17      +3 -3      jboss-jms/tests/src/org/jboss/test/messaging/core/SimpleChannel.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SimpleChannel.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-jms/tests/src/org/jboss/test/messaging/core/SimpleChannel.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- SimpleChannel.java	17 Jul 2006 17:14:50 -0000	1.16
  +++ SimpleChannel.java	27 Jul 2006 19:01:56 -0000	1.17
  @@ -27,9 +27,9 @@
    *
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
    * @author <a href="mailto:tim.fox at jboss.com">Tim Fox</a>
  - * @version <tt>$Revision: 1.16 $</tt>
  + * @version <tt>$Revision: 1.17 $</tt>
    *
  - * $Id: SimpleChannel.java,v 1.16 2006/07/17 17:14:50 timfox Exp $
  + * $Id: SimpleChannel.java,v 1.17 2006/07/27 19:01:56 timfox Exp $
    */
   public class SimpleChannel implements Channel
   {
  @@ -111,7 +111,7 @@
         throw new NotYetImplementedException();
      }
   
  -   public void cancel(Delivery d) throws Throwable
  +   public void cancel(Delivery d) throws Exception
      {
         throw new NotYetImplementedException();
      }
  
  
  



More information about the jboss-cvs-commits mailing list