mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8273616: Fix trivial doc typos in the java.base module
Reviewed-by: jrose, iris, lancea, dfuchs, rriggs
This commit is contained in:
parent
7c26ddb575
commit
b4b121018d
34 changed files with 55 additions and 55 deletions
|
@ -2022,7 +2022,7 @@ public class File
|
|||
} else {
|
||||
// Name exceeds the maximum path component length: shorten it
|
||||
|
||||
// Attempt to shorten the prefix length to no less then 3
|
||||
// Attempt to shorten the prefix length to no less than 3
|
||||
prefixLength = shortenSubName(prefixLength, excess, 3);
|
||||
excess = prefixLength + nusLength + suffixLength - nameMax;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue