Skip to content

Commit 261dcab

Browse files
committed
Merge branch '5.1.x'
2 parents 30dbff3 + 52b6f9b commit 261dcab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-core/src/main/java/org/springframework/util/Base64Utils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -89,7 +89,7 @@ public static byte[] decodeUrlSafe(byte[] src) {
8989

9090
/**
9191
* Base64-encode the given byte array to a String.
92-
* @param src the original byte array (may be {@code null})
92+
* @param src the original byte array
9393
* @return the encoded byte array as a UTF-8 String
9494
*/
9595
public static String encodeToString(byte[] src) {

0 commit comments

Comments
 (0)