| commit | 6908d708473c0a585e53a6ae40374b5e1709eb9c | [log] [tgz] |
|---|---|---|
| author | Stefan Seifert <sseifert@apache.org> | Fri Nov 06 20:52:46 2015 +0000 |
| committer | Stefan Seifert <sseifert@apache.org> | Fri Nov 06 20:52:46 2015 +0000 |
| tree | cf8ca6524334caaa74462b80f7537d54d7dc88f2 | |
| parent | c4f1ee8b81655a149ba1f23879b970053082622f [diff] |
fix javadoc errors git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1713026 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/commons/testing/integration/HttpTestBase.java b/src/main/java/org/apache/sling/commons/testing/integration/HttpTestBase.java index 26a7468..0524fd6 100644 --- a/src/main/java/org/apache/sling/commons/testing/integration/HttpTestBase.java +++ b/src/main/java/org/apache/sling/commons/testing/integration/HttpTestBase.java
@@ -416,7 +416,7 @@ /** retrieve the contents of given URL and assert its content type * @param expectedContentType use CONTENT_TYPE_DONTCARE if must not be checked - * @param httMethod supports just GET and POST methods + * @param httpMethod supports just GET and POST methods * @throws IOException * @throws HttpException */ public String getContent(String url, String expectedContentType, List<NameValuePair> params, int expectedStatusCode, String httpMethod) throws IOException {