8260561: [doc] HexFormat has incorrect @since tag

Reviewed-by: darcy, naoto, bpb, lancea
This commit is contained in:
Roger Riggs 2021-01-27 22:37:43 +00:00
parent c52212b146
commit c7661aed6f

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2020, 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
@ -131,7 +131,7 @@ import java.nio.charset.StandardCharsets;
* Unless otherwise noted, passing a null argument to any method will cause a
* {@link java.lang.NullPointerException NullPointerException} to be thrown.
*
* @since 16
* @since 17
*/