We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52212b commit c7661aeCopy full SHA for c7661ae
src/java.base/share/classes/java/util/HexFormat.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -131,7 +131,7 @@
131
* Unless otherwise noted, passing a null argument to any method will cause a
132
* {@link java.lang.NullPointerException NullPointerException} to be thrown.
133
134
- * @since 16
+ * @since 17
135
*/
136
137
0 commit comments