Skip to content

Commit 4f1fb3b

Browse files
committed
Fix a javadoc warning
1 parent e65a050 commit 4f1fb3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • library/src/main/java/com/proxerme/library/util

library/src/main/java/com/proxerme/library/util/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ public static String[] toOneDimension(String[][] input) {
5555
return output;
5656
}
5757

58-
5958
/**
6059
* Converts a one dimensional array back into a two dimensional (Used for parceling).
6160
* Stolen from here: http://stackoverflow.com/a/9562083/4279995
6261
*
62+
* @param dimensions The amount of dimensions the input has.
6363
* @param input The array to convert.
6464
* @return The newly converted array.
6565
*/

0 commit comments

Comments
 (0)