- Timestamp:
- 11/26/13 11:56:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/stats/implementation/ResourceStats.java
r477 r1207 22 22 23 23 public ResourceStats(ComputingResource compResource) { 24 this.resourceName = compResource.get Name();24 this.resourceName = compResource.getFullName(); 25 25 init(); 26 26
Note: See TracChangeset
for help on using the changeset viewer.