mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 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
|
||||
|
@ -310,7 +310,7 @@ public class SimpleTimeZone extends TimeZone {
|
|||
* See the class description for the special cases of this parameter.
|
||||
* @param endDayOfWeek The daylight saving time ending day-of-week.
|
||||
* See the class description for the special cases of this parameter.
|
||||
* @param endTime The daylight saving ending time in time time mode
|
||||
* @param endTime The daylight saving ending time in time mode
|
||||
* specified by <code>endTimeMode</code>.
|
||||
* @param endTimeMode The mode of the end time specified by endTime
|
||||
* @param dstSavings The amount of time in milliseconds saved during
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015, 2017, 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
|
||||
|
@ -658,7 +658,7 @@ final class WhileOps {
|
|||
// True if no splitting should be performed, if true then
|
||||
// this spliterator may be used for an underlying spliterator whose
|
||||
// covered elements have an encounter order
|
||||
// See use in stream take/dropWhile default default methods
|
||||
// See use in stream take/dropWhile default methods
|
||||
final boolean noSplitting;
|
||||
// True when operations are cancelled for all related spliterators
|
||||
// For taking, spliterators cannot split or traversed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue