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.
2 parents 30dbff3 + 52b6f9b commit 261dcabCopy full SHA for 261dcab
spring-core/src/main/java/org/springframework/util/Base64Utils.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2017 the original author or authors.
+ * Copyright 2002-2019 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -89,7 +89,7 @@ public static byte[] decodeUrlSafe(byte[] src) {
89
90
/**
91
* Base64-encode the given byte array to a String.
92
- * @param src the original byte array (may be {@code null})
+ * @param src the original byte array
93
* @return the encoded byte array as a UTF-8 String
94
*/
95
public static String encodeToString(byte[] src) {
0 commit comments