Repository: jclouds Updated Branches: refs/heads/master d99ad1b94 -> 8dafeacfe
Fixing a couple of typos Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/8dafeacf Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/8dafeacf Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/8dafeacf Branch: refs/heads/master Commit: 8dafeacfed44e14e97da1c520545ad96c9aca9d7 Parents: d99ad1b Author: Roman C. Coedo <[email protected]> Authored: Wed Mar 12 22:02:25 2014 +0100 Committer: Andrew Gaul <[email protected]> Committed: Wed Mar 12 14:41:23 2014 -0700 ---------------------------------------------------------------------- README.md | 2 +- .../jclouds/atmos/handlers/AtmosServerErrorRetryHandlerTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/8dafeacf/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b25de2f..96f5248 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ We handle this for you. Writing tests for cloud endpoints is difficult. We provide you with Stub connections that simulate a cloud without creating network connections. In this way, you can write your unit tests without mocking complexity or the brittleness of remote connections. * PERFORMANCE -Writing tests for cloud endpoints is difficult. We provide you with Stub connections that simulate a cloud without creating network connections. In this way, you can write your unit tests without mocking complexity or the brittleness of remote connections. +Customize configuration to match your performance needs. jclouds provides you with asynchronous commands and tunable http, date, encryption, and encryption modules. * LOCATION All of our abstractions are location-aware. For example, you can get ISO-3166 codes to tell which country or province a cloud runs in. http://git-wip-us.apache.org/repos/asf/jclouds/blob/8dafeacf/apis/atmos/src/test/java/org/jclouds/atmos/handlers/AtmosServerErrorRetryHandlerTest.java ---------------------------------------------------------------------- diff --git a/apis/atmos/src/test/java/org/jclouds/atmos/handlers/AtmosServerErrorRetryHandlerTest.java b/apis/atmos/src/test/java/org/jclouds/atmos/handlers/AtmosServerErrorRetryHandlerTest.java index 8cd8b15..75a9dc0 100644 --- a/apis/atmos/src/test/java/org/jclouds/atmos/handlers/AtmosServerErrorRetryHandlerTest.java +++ b/apis/atmos/src/test/java/org/jclouds/atmos/handlers/AtmosServerErrorRetryHandlerTest.java @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.jclouds.atmos.binders; +package org.jclouds.atmos.handlers; import static org.easymock.EasyMock.createMock; import static org.easymock.EasyMock.expect;
