Fixed javadoc errors
This commit is contained in:
parent
2cd514df9b
commit
97df7f4304
1 changed files with 0 additions and 2 deletions
|
|
@ -87,7 +87,6 @@ public class ArrayUtil {
|
||||||
*
|
*
|
||||||
* @param arrays the arrays to be combined.
|
* @param arrays the arrays to be combined.
|
||||||
* @return one array containing all the elements of the provided arrays.
|
* @return one array containing all the elements of the provided arrays.
|
||||||
* @param <T>
|
|
||||||
*/
|
*/
|
||||||
public static int[] combine(int[]... arrays) {
|
public static int[] combine(int[]... arrays) {
|
||||||
int totalLength = 0;
|
int totalLength = 0;
|
||||||
|
|
@ -111,7 +110,6 @@ public class ArrayUtil {
|
||||||
*
|
*
|
||||||
* @param arrays the arrays to be combined.
|
* @param arrays the arrays to be combined.
|
||||||
* @return one array containing all the elements of the provided arrays.
|
* @return one array containing all the elements of the provided arrays.
|
||||||
* @param <T>
|
|
||||||
*/
|
*/
|
||||||
public static byte[] combine(byte[]... arrays) {
|
public static byte[] combine(byte[]... arrays) {
|
||||||
int totalLength = 0;
|
int totalLength = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue