mirror of https://github.com/apache/jclouds.git
cleaned javadoc
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1443 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
4ec1b14408
commit
3c36ee4a25
|
@ -65,10 +65,8 @@ public class S3IntegrationTest {
|
|||
public static long INCONSISTENCY_WINDOW = 1000;
|
||||
|
||||
/**
|
||||
*
|
||||
* Due to eventual consistency, the size of the bucket and hence the size of the map may not
|
||||
* return correctly immediately. Hence, we will try up to the inconsistency window to see if the
|
||||
* assertion completes.
|
||||
* Due to eventual consistency, bucket commands may not return correctly immediately. Hence, we
|
||||
* will try up to the inconsistency window to see if the assertion completes.
|
||||
*/
|
||||
protected void assertEventually(Runnable assertion) throws InterruptedException {
|
||||
AssertionError error = null;
|
||||
|
|
Loading…
Reference in New Issue