mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8300863: Remove C-style array declarations in java.io
Reviewed-by: alanb, rriggs, darcy, iris
This commit is contained in:
parent
2292ce137c
commit
57f2d48e1e
8 changed files with 19 additions and 19 deletions
|
@ -44,7 +44,7 @@ public class CharArrayWriter extends Writer {
|
|||
/**
|
||||
* The buffer where data is stored.
|
||||
*/
|
||||
protected char buf[];
|
||||
protected char[] buf;
|
||||
|
||||
/**
|
||||
* The number of chars in the buffer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue