mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8218022: Repeated words typos in java.base
Reviewed-by: alanb, lancea, mchung
This commit is contained in:
parent
150a6a95d0
commit
cfeb359800
22 changed files with 49 additions and 49 deletions
|
@ -216,7 +216,7 @@ public class HttpClient extends NetworkClient {
|
|||
}
|
||||
|
||||
/* This package-only CTOR should only be used for FTP piggy-backed on HTTP
|
||||
* HTTP URL's that use this won't take advantage of keep-alive.
|
||||
* URL's that use this won't take advantage of keep-alive.
|
||||
* Additionally, this constructor may be used as a last resort when the
|
||||
* first HttpClient gotten through New() failed (probably b/c of a
|
||||
* Keep-Alive mismatch).
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -246,7 +246,7 @@ final class HandshakeHash {
|
|||
try {
|
||||
baos.writeTo(result.baos);
|
||||
} catch (IOException ex) {
|
||||
throw new RuntimeException("unable to to clone hash state");
|
||||
throw new RuntimeException("unable to clone hash state");
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -145,7 +145,7 @@ final class RenegoInfoExtension {
|
|||
if (!chc.conContext.isNegotiated) {
|
||||
if (chc.activeCipherSuites.contains(
|
||||
CipherSuite.TLS_EMPTY_RENEGOTIATION_INFO_SCSV)) {
|
||||
// Using the the TLS_EMPTY_RENEGOTIATION_INFO_SCSV instead.
|
||||
// Using the TLS_EMPTY_RENEGOTIATION_INFO_SCSV instead.
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -71,7 +71,7 @@ interface SSLTransport {
|
|||
* destination application data buffers.
|
||||
*
|
||||
* For SSL/TLS connections, if no source data, the network data may be
|
||||
* received from the underlying underlying SSL/TLS input stream.
|
||||
* received from the underlying SSL/TLS input stream.
|
||||
*
|
||||
* @param context the transportation context
|
||||
* @param srcs an array of {@code ByteBuffers} containing the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -331,7 +331,7 @@ final class TrustStoreManager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Load the the KeyStore as described in the specified descriptor.
|
||||
* Load the KeyStore as described in the specified descriptor.
|
||||
*/
|
||||
private static KeyStore loadKeyStore(
|
||||
TrustStoreDescriptor descriptor) throws Exception {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -36,8 +36,8 @@ import java.util.Date;
|
|||
/**
|
||||
* This class contains parameters for checking against constraints that extend
|
||||
* past the publicly available parameters in java.security.AlgorithmConstraints.
|
||||
|
||||
* This is currently on passed between between PKIX, AlgorithmChecker,
|
||||
*
|
||||
* This is currently passed between PKIX, AlgorithmChecker,
|
||||
* and DisabledAlgorithmConstraints.
|
||||
*/
|
||||
public class ConstraintsParameters {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -28,7 +28,7 @@ package sun.security.util.math;
|
|||
/**
|
||||
* A "small" value that can be used with the field arithmetic library. This
|
||||
* interface enables optimizations based on the fact that certain values are
|
||||
* known to be small, where the definition of small is specific to the the
|
||||
* known to be small, where the definition of small is specific to the
|
||||
* arithmetic implementation.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue