From 3c36ee4a25a73ff1177dac4a2c3b65b7abce4abd Mon Sep 17 00:00:00 2001 From: "adrian.f.cole" Date: Thu, 18 Jun 2009 00:44:41 +0000 Subject: [PATCH] cleaned javadoc git-svn-id: http://jclouds.googlecode.com/svn/trunk@1443 3d8758e0-26b5-11de-8745-db77d3ebf521 --- .../src/test/java/org/jclouds/aws/s3/S3IntegrationTest.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/aws/s3/core/src/test/java/org/jclouds/aws/s3/S3IntegrationTest.java b/aws/s3/core/src/test/java/org/jclouds/aws/s3/S3IntegrationTest.java index 6984952732..9327cc59ca 100644 --- a/aws/s3/core/src/test/java/org/jclouds/aws/s3/S3IntegrationTest.java +++ b/aws/s3/core/src/test/java/org/jclouds/aws/s3/S3IntegrationTest.java @@ -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;