Skip to content

Commit

Permalink
more cleanup on the test
Browse files Browse the repository at this point in the history
  • Loading branch information
abh1nay committed May 17, 2013
1 parent 361bc02 commit aaf95d0
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -158,9 +158,6 @@ class ThreadWriter implements Runnable {
this.storeDef = storeDef;
}

/**
* Run method adding data to a fictitious database
*/
@Override
public void run() {

Expand All @@ -183,9 +180,6 @@ public void test() {

class ThreadReader implements Runnable {

/**
* Run method adding data to a fictitious database
*/
@Override
public void run() {

Expand Down

0 comments on commit aaf95d0

Please sign in to comment.