mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8279918: Fix various doc typos
Reviewed-by: kevinw, lancea, mullan, sspitsyn, naoto, jlahoda, azvegint, egahlin, jjg
This commit is contained in:
parent
ac98b22040
commit
f180530935
35 changed files with 88 additions and 88 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 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
|
||||
|
@ -179,7 +179,7 @@ public class LogRecord implements java.io.Serializable {
|
|||
|
||||
/**
|
||||
* Synthesizes a pseudo unique integer value from a long {@code id} value.
|
||||
* For backward compatibility with previous releases,the returned integer is
|
||||
* For backward compatibility with previous releases, the returned integer is
|
||||
* such that for any positive long less than or equals to {@code Integer.MAX_VALUE},
|
||||
* the returned integer is equal to the original value.
|
||||
* Otherwise - it is synthesized with a best effort hashing algorithm,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue