mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8305157: The java.util.Arrays class should be declared final
Reviewed-by: alanb, rriggs, bpb
This commit is contained in:
parent
b261e6c43f
commit
9df2060059
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ import java.util.stream.StreamSupport;
|
|||
* @author John Rose
|
||||
* @since 1.2
|
||||
*/
|
||||
public class Arrays {
|
||||
public final class Arrays {
|
||||
|
||||
// Suppresses default constructor, ensuring non-instantiability.
|
||||
private Arrays() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue