Skip to content

Commit a0a51fd

Browse files
committed
minor comment fixes
1 parent 80b7935 commit a0a51fd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

httpclient5-testing/src/test/java/org/apache/hc/client5/testing/sync/TestSpnegoScheme.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ public AuthScheme create(final HttpContext context) {
291291
* Tests that the client will stop connecting to the server if
292292
* the server still keep asking for a valid ticket.
293293
*/
294-
//@Disabled
295294
@Test
296295
void testDontTryToAuthenticateEndlessly() throws Exception {
297296
configureServer(t -> {

httpclient5/src/main/java/org/apache/hc/client5/http/auth/gss/GssConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* Immutable class encapsulating GSS configuration options for the new mutual auth capable
35-
* for the new {@link SpnegoScheme}.
35+
* {@link SpnegoScheme}.
3636
*
3737
* Unlike the deprecated {@link KerberosConfig}, this class uses explicit defaults, and
3838
* primitive booleans.

0 commit comments

Comments
 (0)