File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
android/guava/src/com/google/common/io
guava/src/com/google/common/io Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -425,6 +425,8 @@ public static BaseEncoding base32Hex() {
425
425
* <p>No line feeds are added by default, as per <a
426
426
* href="http://tools.ietf.org/html/rfc4648#section-3.1">RFC 4648 section 3.1</a>, Line Feeds in
427
427
* Encoded Data. Line feeds may be added using {@link #withSeparator(String, int)}.
428
+ *
429
+ * <p><b>Java 17+ users:</b> Consider using the {@link java.util.HexFormat} API instead.
428
430
*/
429
431
public static BaseEncoding base16 () {
430
432
return BASE16 ;
Original file line number Diff line number Diff line change @@ -425,6 +425,8 @@ public static BaseEncoding base32Hex() {
425
425
* <p>No line feeds are added by default, as per <a
426
426
* href="http://tools.ietf.org/html/rfc4648#section-3.1">RFC 4648 section 3.1</a>, Line Feeds in
427
427
* Encoded Data. Line feeds may be added using {@link #withSeparator(String, int)}.
428
+ *
429
+ * <p><b>Java 17+ users:</b> Consider using the {@link java.util.HexFormat} API instead.
428
430
*/
429
431
public static BaseEncoding base16 () {
430
432
return BASE16 ;
You can’t perform that action at this time.
0 commit comments