cleaned javadoc

git-svn-id: http://jclouds.googlecode.com/svn/trunk@1443 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-06-18 00:44:41 +00:00
parent 4ec1b14408
commit 3c36ee4a25
1 changed files with 2 additions and 4 deletions

View File

@ -65,10 +65,8 @@ public class S3IntegrationTest {
public static long INCONSISTENCY_WINDOW = 1000; public static long INCONSISTENCY_WINDOW = 1000;
/** /**
* * Due to eventual consistency, bucket commands may not return correctly immediately. Hence, we
* Due to eventual consistency, the size of the bucket and hence the size of the map may not * will try up to the inconsistency window to see if the assertion completes.
* 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 { protected void assertEventually(Runnable assertion) throws InterruptedException {
AssertionError error = null; AssertionError error = null;