mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8284191: Replace usages of 'a the' in hotspot and java.base
Reviewed-by: lancea, wetmore, naoto, iris, kevinw, xuelei
This commit is contained in:
parent
9473c383c6
commit
e0d361cea9
162 changed files with 292 additions and 303 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2022, 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
|
||||
|
@ -381,7 +381,7 @@ extends ByteArrayOutputStream implements DerEncoder {
|
|||
private static ByteArrayTagOrder tagOrder = new ByteArrayTagOrder();
|
||||
|
||||
/**
|
||||
* Marshals a the contents of a set on the output stream with the
|
||||
* Marshals the contents of a set on the output stream with the
|
||||
* encodings of its sorted in increasing order.
|
||||
*
|
||||
* @param order the order to use when sorting encodings of components.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2022, 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
|
||||
|
@ -31,7 +31,7 @@ import sun.security.util.ObjectIdentifier;
|
|||
/**
|
||||
* This immutable class is used when randomly generating a key pair and the
|
||||
* consumer only specifies the length of the key and therefore a curve for that
|
||||
* key size must be picked from a the list of supported curves using this spec.
|
||||
* key size must be picked from the list of supported curves using this spec.
|
||||
*
|
||||
* @see AlgorithmParameterSpec
|
||||
* @see ECGenParameterSpec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue