[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/java/net/tinyos/message Message.java, 1.1.2.4, 1.1.2.5 Receiver.java, 1.1.2.2, 1.1.2.3

David Gay idgay at users.sourceforge.net
Fri Jul 7 12:01:34 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/message
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23837/net/tinyos/message

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	Message.java Receiver.java 
Log Message:
javadoc fixes
javadoc target in top-level Makefile to make javadoc


Index: Message.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/message/Attic/Message.java,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** Message.java	3 May 2006 16:48:33 -0000	1.1.2.4
--- Message.java	7 Jul 2006 19:01:29 -0000	1.1.2.5
***************
*** 416,420 ****
       * @param offset bit offset where the signed int starts
       * @param length bit length of the signed int
!      * @param val value to set the bit field to
       * @exception ArrayIndexOutOfBoundsException for invalid offset, length
       * @exception IllegalArgumentException if val is an out-of-range value
--- 416,420 ----
       * @param offset bit offset where the signed int starts
       * @param length bit length of the signed int
!      * @param value value to set the bit field to
       * @exception ArrayIndexOutOfBoundsException for invalid offset, length
       * @exception IllegalArgumentException if val is an out-of-range value
***************
*** 545,549 ****
       * @param offset bit offset where the signed int starts
       * @param length bit length of the signed int
!      * @param val value to set the bit field to
       * @exception ArrayIndexOutOfBoundsException for invalid offset, length
       * @exception IllegalArgumentException if val is an out-of-range value
--- 545,549 ----
       * @param offset bit offset where the signed int starts
       * @param length bit length of the signed int
!      * @param value value to set the bit field to
       * @exception ArrayIndexOutOfBoundsException for invalid offset, length
       * @exception IllegalArgumentException if val is an out-of-range value

Index: Receiver.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/message/Attic/Receiver.java,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Receiver.java	16 Feb 2006 01:21:25 -0000	1.1.2.2
--- Receiver.java	7 Jul 2006 19:01:32 -0000	1.1.2.3
***************
*** 107,111 ****
       * Register a particular listener for a particular message type.
       * More than one listener can be registered for each message type.
!      * @param m specify message type and template we're listening for
       * @param listener destination for received messages
       */
--- 107,111 ----
       * Register a particular listener for a particular message type.
       * More than one listener can be registered for each message type.
!      * @param template specify message type and template we're listening for
       * @param listener destination for received messages
       */
***************
*** 122,126 ****
      /**
       * Stop listening for messages of the given type with the given listener.
!      * @param m specify message type and template we're listening for
       * @param listener destination for received messages
       */
--- 122,126 ----
      /**
       * Stop listening for messages of the given type with the given listener.
!      * @param template specify message type and template we're listening for
       * @param listener destination for received messages
       */



More information about the Tinyos-2-commits mailing list