diff --git a/sandbox-providers/tmrk-enterprisecloud/src/test/java/org/jclouds/tmrk/enterprisecloud/binders/BindCreateSSHKeyToXmlPayloadTest.java b/sandbox-providers/tmrk-enterprisecloud/src/test/java/org/jclouds/tmrk/enterprisecloud/binders/BindCreateSSHKeyToXmlPayloadTest.java index 8edf6d37de..c1a65a7dce 100644 --- a/sandbox-providers/tmrk-enterprisecloud/src/test/java/org/jclouds/tmrk/enterprisecloud/binders/BindCreateSSHKeyToXmlPayloadTest.java +++ b/sandbox-providers/tmrk-enterprisecloud/src/test/java/org/jclouds/tmrk/enterprisecloud/binders/BindCreateSSHKeyToXmlPayloadTest.java @@ -31,7 +31,7 @@ import java.net.URI; import static org.testng.Assert.assertEquals; /** - * Tests behavior of {@code BindCreateSSHKeyToXmlPayloadTest} + * Tests behavior of {@code BindCreateSSHKeyToXmlPayload} * @author Jason King */ @Test(groups = "unit", testName = "BindCreateSSHKeyToXmlPayloadTest")