Skip to content

Commit

Permalink
Removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
meriouma committed Oct 15, 2015
1 parent a00763e commit 6241a15
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions integration-test/src/test/java/ChosenIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,4 @@ protected boolean isMultipleChosenComponent() {

return multiContainer.size() != 0;
}

protected void sleep(int milliseconds) {
try {
Thread.sleep(milliseconds);
} catch (InterruptedException e) {
}
}
}

0 comments on commit 6241a15

Please sign in to comment.