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
|
@ -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