Deprecated StringUtils.mergeStringArrays

(cherry picked from commit 0f74052)
This commit is contained in:
Juergen Hoeller
2018-02-22 15:13:57 +01:00
parent 0a3a82fd83
commit 8b5563ecab
2 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2017 the original author or authors.
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -443,6 +443,7 @@ public class StringUtilsTests {
}
@Test
@Deprecated
public void testMergeStringArrays() {
String[] input1 = new String[] {"myString2"};
String[] input2 = new String[] {"myString1", "myString2"};