mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8191632: Typos in comments due to duplicating words
Reviewed-by: alanb
This commit is contained in:
parent
91549ed5ce
commit
ac14c02059
16 changed files with 19 additions and 19 deletions
|
@ -212,7 +212,7 @@ public final class StringPrep {
|
|||
|
||||
//indexes[INDEX_MAPPING_DATA_SIZE] store the size of mappingData in bytes
|
||||
mappingData = new char[indexes[INDEX_MAPPING_DATA_SIZE]/2];
|
||||
// load the rest of the data data and initialize the data members
|
||||
// load the rest of the data and initialize the data members
|
||||
reader.read(sprepBytes,mappingData);
|
||||
|
||||
sprepTrieImpl = new StringPrepTrieImpl();
|
||||
|
|
|
@ -252,7 +252,7 @@ public class MimeEntry implements Cloneable {
|
|||
}
|
||||
|
||||
case UNKNOWN:
|
||||
// REMIND: What do do here?
|
||||
// REMIND: What to do here?
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
@ -306,7 +306,7 @@ final class PolicyNodeImpl implements PolicyNode {
|
|||
}
|
||||
|
||||
/**
|
||||
* Add all nodes at depth depth to set and return the Set.
|
||||
* Add all nodes at depth to set and return the Set.
|
||||
* Internal recursion helper.
|
||||
*/
|
||||
private void getPolicyNodes(int depth, Set<PolicyNodeImpl> set) {
|
||||
|
|
|
@ -195,7 +195,7 @@ implements CertAttrSet<String> {
|
|||
}
|
||||
|
||||
/**
|
||||
* Verify that that the current time is within the validity period.
|
||||
* Verify that the current time is within the validity period.
|
||||
*
|
||||
* @exception CertificateExpiredException if the certificate has expired.
|
||||
* @exception CertificateNotYetValidException if the certificate is not
|
||||
|
@ -208,7 +208,7 @@ implements CertAttrSet<String> {
|
|||
}
|
||||
|
||||
/**
|
||||
* Verify that that the passed time is within the validity period.
|
||||
* Verify that the passed time is within the validity period.
|
||||
*
|
||||
* @exception CertificateExpiredException if the certificate has expired
|
||||
* with respect to the <code>Date</code> supplied.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue