mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8274031: Typo in StringBuilder.readObject
Reviewed-by: bpb
This commit is contained in:
parent
d16bf04c95
commit
9c91ff57e8
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2021, 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
|
||||
|
@ -479,7 +479,7 @@ public final class StringBuilder
|
|||
}
|
||||
|
||||
/**
|
||||
* readObject is called to restore the state of the StringBuffer from
|
||||
* readObject is called to restore the state of the StringBuilder from
|
||||
* a stream.
|
||||
*
|
||||
* @param s the {@code ObjectInputStream} from which data is read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue