8300863: Remove C-style array declarations in java.io

Reviewed-by: alanb, rriggs, darcy, iris
This commit is contained in:
Per Minborg 2023-01-24 07:43:29 +00:00
parent 2292ce137c
commit 57f2d48e1e
8 changed files with 19 additions and 19 deletions

View file

@ -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.