This is an automated email from the ASF dual-hosted git repository. dulvac 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 896576e SLING-12241 minor changes 896576e is described below commit 896576e1c6e73bf9943b0c6ba8449b0169ea2233 Author: dulvac <andrei.dul...@gmail.com> AuthorDate: Mon Feb 5 10:05:16 2024 +0100 SLING-12241 minor changes --- .../java/org/apache/sling/testing/clients/SlingClientConfig.java | 2 +- .../java/org/apache/sling/testing/FormBasedAuthInterceptorTest.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/sling/testing/clients/SlingClientConfig.java b/src/main/java/org/apache/sling/testing/clients/SlingClientConfig.java index 26c556f..b29850e 100644 --- a/src/main/java/org/apache/sling/testing/clients/SlingClientConfig.java +++ b/src/main/java/org/apache/sling/testing/clients/SlingClientConfig.java @@ -72,7 +72,7 @@ public class SlingClientConfig { /** - * Extra values to be used in interceptors, custom auth mechanisms, etc. + * Extra values to be used in interceptors, custom authentication mechanisms, etc. */ protected final Map<String, String> values; diff --git a/src/test/java/org/apache/sling/testing/FormBasedAuthInterceptorTest.java b/src/test/java/org/apache/sling/testing/FormBasedAuthInterceptorTest.java index cdce0c8..007faac 100644 --- a/src/test/java/org/apache/sling/testing/FormBasedAuthInterceptorTest.java +++ b/src/test/java/org/apache/sling/testing/FormBasedAuthInterceptorTest.java @@ -113,7 +113,7 @@ public class FormBasedAuthInterceptorTest { } /** - * Test no authentication attempt is performed when user is `null` + * Test no authentication attempt is performed when user is {@code null} * * @throws ClientException if problem occurs */ @@ -130,8 +130,8 @@ public class FormBasedAuthInterceptorTest { } /** - * Test authentication attempt is performed when empty user "" is set. - * This user is valid according to basic authentication schema + * Test authentication attempt is performed when the user is set to the empty string. + * This user is valid according to the basic authentication schema * * @throws ClientException if problem occurs */