Skip to content

Commit c7661ae

Browse files
author
Roger Riggs
committedJan 27, 2021
8260561: [doc] HexFormat has incorrect @SInCE tag
Reviewed-by: darcy, naoto, bpb, lancea
1 parent c52212b commit c7661ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/java.base/share/classes/java/util/HexFormat.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -131,7 +131,7 @@
131131
* Unless otherwise noted, passing a null argument to any method will cause a
132132
* {@link java.lang.NullPointerException NullPointerException} to be thrown.
133133
*
134-
* @since 16
134+
* @since 17
135135
*/
136136

137137

0 commit comments

Comments
 (0)
Please sign in to comment.