From: <sul...@us...> - 2007-08-22 02:40:17
|
Revision: 26 http://gridsim.svn.sourceforge.net/gridsim/?rev=26&view=rev Author: sulistio Date: 2007-08-21 19:40:19 -0700 (Tue, 21 Aug 2007) Log Message: ----------- fix a small javadoc mistake Modified Paths: -------------- branches/gridsim4.0-branch2/source/gridsim/net/Packet.java Modified: branches/gridsim4.0-branch2/source/gridsim/net/Packet.java =================================================================== --- branches/gridsim4.0-branch2/source/gridsim/net/Packet.java 2007-08-21 05:02:46 UTC (rev 25) +++ branches/gridsim4.0-branch2/source/gridsim/net/Packet.java 2007-08-22 02:40:19 UTC (rev 26) @@ -17,7 +17,7 @@ /** - * This the structure for packets. + * This class contains the structure for a network packet. * * @since GridSim Toolkit 3.1 * @author Gokul Poduval & Chen-Khong Tham, National University of Singapore @@ -64,7 +64,7 @@ * @post $none */ int getID(); - + /** * Returns the ID of the source of this packet. * @return source id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |