Skip to content

Commit

Permalink
edited comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheerkethireddy committed Mar 16, 2017
1 parent 7ca6adb commit 9ffac93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void tearDown() {
experiment.state = Constants.EXPERIMENT_STATE_TERMINATED;
putExperiment(experiment);

// lets dereference the list and call the Garbage collector Daemon
// lets dereference the experiment and call the Garbage collector Daemon
experiment = null;
System.gc();
}
Expand Down

0 comments on commit 9ffac93

Please sign in to comment.