From: <sul...@us...> - 2007-08-29 05:11:06
|
Revision: 45 http://gridsim.svn.sourceforge.net/gridsim/?rev=45&view=rev Author: sulistio Date: 2007-08-28 22:11:05 -0700 (Tue, 28 Aug 2007) Log Message: ----------- fixed a minor bug in naming entity name. Modified Paths: -------------- branches/gridsim4.0-branch1/examples/ResFailureEx02/ResFailureEx02.java Modified: branches/gridsim4.0-branch1/examples/ResFailureEx02/ResFailureEx02.java =================================================================== --- branches/gridsim4.0-branch1/examples/ResFailureEx02/ResFailureEx02.java 2007-08-29 05:10:36 UTC (rev 44) +++ branches/gridsim4.0-branch1/examples/ResFailureEx02/ResFailureEx02.java 2007-08-29 05:11:05 UTC (rev 45) @@ -75,7 +75,7 @@ int mtu = 1500; // max. transmission unit in byte int totalMachines = 16; // num of machines each resource has - String NAME = "Ex01_"; // a common name + String NAME = "Ex02_"; // a common name String gisName = NAME + "Regional_GIS"; // GIS name // a network link attached to this regional GIS entity This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |