From: <bro...@us...> - 2008-02-21 03:43:33
|
Revision: 116 http://gridsim.svn.sourceforge.net/gridsim/?rev=116&view=rev Author: brobergj Date: 2008-02-20 19:43:39 -0800 (Wed, 20 Feb 2008) Log Message: ----------- *Fixed spelling and descriptive error Modified Paths: -------------- branches/gridsim4.0-branch2/source/gridsim/net/Link.java Modified: branches/gridsim4.0-branch2/source/gridsim/net/Link.java =================================================================== --- branches/gridsim4.0-branch2/source/gridsim/net/Link.java 2008-02-21 03:26:43 UTC (rev 115) +++ branches/gridsim4.0-branch2/source/gridsim/net/Link.java 2008-02-21 03:43:39 UTC (rev 116) @@ -96,7 +96,7 @@ throw new ParameterException(msg + "baud rate must be > 0."); } else if (propDelay <= 0) { - throw new ParameterException(msg+"propagation delay mut be < 0."); + throw new ParameterException(msg+"propagation delay must be > 0."); } else if (MTU <= 0) { throw new ParameterException(msg + "MTU must be > 0."); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |