You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2022/09/21 11:24:17 UTC

[sling-org-apache-sling-testing-clients] branch master updated: fix javadoc warning

This is an automated email from the ASF dual-hosted git repository.

joerghoh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 0069d0e  fix javadoc warning
0069d0e is described below

commit 0069d0e599a2cecb20482e57440935d5c8b5cdd7
Author: Joerg Hoh <jo...@apache.org>
AuthorDate: Wed Sep 21 13:24:08 2022 +0200

    fix javadoc warning
---
 src/main/java/org/apache/sling/testing/clients/SlingHttpResponse.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/testing/clients/SlingHttpResponse.java b/src/main/java/org/apache/sling/testing/clients/SlingHttpResponse.java
index 5a34ea4..4d9d07a 100644
--- a/src/main/java/org/apache/sling/testing/clients/SlingHttpResponse.java
+++ b/src/main/java/org/apache/sling/testing/clients/SlingHttpResponse.java
@@ -137,7 +137,6 @@ public class SlingHttpResponse implements CloseableHttpResponse {
      * <p>Assert that all the provided {@code Strings} are contained in the response</p>
      *
      * @param expected list of expected strings
-     * @throws TestingValidationException 
      * @throws TestingValidationException if the response content does not match one of the strings
      * 
      */