From: <sul...@us...> - 2007-08-29 01:28:04
|
Revision: 40 http://gridsim.svn.sourceforge.net/gridsim/?rev=40&view=rev Author: sulistio Date: 2007-08-28 18:28:04 -0700 (Tue, 28 Aug 2007) Log Message: ----------- a minor update Modified Paths: -------------- branches/gridsim4.0-branch1/examples/ResFailureEx01/ResFailureEx01.java Modified: branches/gridsim4.0-branch1/examples/ResFailureEx01/ResFailureEx01.java =================================================================== --- branches/gridsim4.0-branch1/examples/ResFailureEx01/ResFailureEx01.java 2007-08-29 01:14:15 UTC (rev 39) +++ branches/gridsim4.0-branch1/examples/ResFailureEx01/ResFailureEx01.java 2007-08-29 01:28:04 UTC (rev 40) @@ -177,8 +177,6 @@ GridUserFailureEx01 user = new GridUserFailureEx01(userName, link2, pollTime, glLength, glSize, glSize, trace_flag); - // The last parameter is the GIS this user will use to get resources - // for his gridlets user.setRegionalGIS(gis); // set the regional GIS entity user.setGridletNumber(totalGridlet); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |