diff --git a/apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java b/apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java index dc9fd83fe0..9821a049b3 100644 --- a/apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java +++ b/apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java @@ -171,7 +171,7 @@ public class AtmosClientLiveTest extends BaseBlobStoreIntegrationTest { assertEventuallyObjectMatches("object", "here is my data?", "meta-value?"); // loop to gather metrics - for (boolean stream : new Boolean[] { true, false }) { + for (boolean stream : new boolean[] { true, false }) { for (int i = 0; i < 10; i++) { System.err.printf("upload/delete/create attempt %d type %s%n", i + 1, stream ? "stream" : "string"); // try updating