Changeset 770 for DCWoRMS/trunk/src/schedframe/resources/computing
- Timestamp:
- 01/10/13 10:04:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput/plugin/DefaultAirThroughputEstimationPlugin.java
r748 r770 29 29 @Override 30 30 public double estimateAirThroughput(Event event, JobRegistry jobRegistry, ComputingResource resource) { 31 // TODO Auto-generated method stub 32 return 0; 31 throw new RuntimeException("This interface is depracated. For air throughput estimation please use the estimateAirThroughput method form EnergyEstimationPlugin interface."); 33 32 } 34 33
Note: See TracChangeset
for help on using the changeset viewer.