Updated Branches: refs/heads/master d5fd35b45 -> 0d310f364
[trivial] demote Boolean to primitive Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/0d310f36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/0d310f36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/0d310f36 Branch: refs/heads/master Commit: 0d310f364328a1dfe742ecea004001f1177a8b47 Parents: d5fd35b Author: Andrew Gaul <[email protected]> Authored: Wed Jul 10 22:12:24 2013 -0700 Committer: Andrew Gaul <[email protected]> Committed: Wed Jul 10 22:12:24 2013 -0700 ---------------------------------------------------------------------- .../atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/0d310f36/apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java ---------------------------------------------------------------------- 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 dc9fd83..9821a04 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
