Skip to content

Commit

Permalink
minor format change
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiwei Chen committed Mar 24, 2015
1 parent 33e6ab0 commit 6cd11de
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions sources/org/workflowsim/CondorVM.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

import org.cloudbus.cloudsim.CloudletScheduler;
import org.cloudbus.cloudsim.Vm;
import org.workflowsim.utils.ReplicaCatalog;
import org.workflowsim.utils.ReplicaCatalog.FileSystem;

/**
* Condor Vm extends a VM: the difference is it has a locl storage system and it
Expand Down
1 change: 0 additions & 1 deletion sources/org/workflowsim/clustering/BasicClustering.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.workflowsim.FileItem;
Expand Down
1 change: 0 additions & 1 deletion sources/org/workflowsim/clustering/BlockClustering.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public BlockClustering(int cNum, int cSize) {
clusterSize = cSize;
this.mHasChecked = new HashMap<>();
this.mDepth2Task = new HashMap<>();

}

/**
Expand Down

0 comments on commit 6cd11de

Please sign in to comment.