From d241db7280a8b7070de0898ba590414a667e31c1 Mon Sep 17 00:00:00 2001 From: Jason King Date: Thu, 15 Dec 2011 23:05:14 +0000 Subject: [PATCH] Issue 695: Fix javadoc comment --- .../binders/BindCreateSSHKeyToXmlPayloadTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")