mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8241014: Miscellaneous typos in documentation comments
Reviewed-by: igerasim, prappo, psandoz, rriggs, weijun
This commit is contained in:
parent
c5a7490809
commit
17ff85d4ad
39 changed files with 104 additions and 107 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1995, 2020, 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
|
||||
|
@ -1054,7 +1054,7 @@ public class BitSet implements Cloneable, java.io.Serializable {
|
|||
/**
|
||||
* Compares this object against the specified object.
|
||||
* The result is {@code true} if and only if the argument is
|
||||
* not {@code null} and is a {@code Bitset} object that has
|
||||
* not {@code null} and is a {@code BitSet} object that has
|
||||
* exactly the same set of bits set to {@code true} as this bit
|
||||
* set. That is, for every nonnegative {@code int} index {@code k},
|
||||
* <pre>((BitSet)obj).get(k) == this.get(k)</pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue