Deprecated StringUtils.mergeStringArrays

This commit is contained in:
Juergen Hoeller
2018-02-22 15:13:57 +01:00
parent 1278459ad5
commit 0f740527c1
2 changed files with 8 additions and 5 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"};