Fixing a couple of typos

This commit is contained in:
Roman C. Coedo 2014-03-12 22:02:25 +01:00 committed by Andrew Gaul
parent d99ad1b94a
commit 8dafeacfed
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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;