We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65a050 commit 4f1fb3bCopy full SHA for 4f1fb3b
1 file changed
library/src/main/java/com/proxerme/library/util/Utils.java
@@ -55,11 +55,11 @@ public static String[] toOneDimension(String[][] input) {
55
return output;
56
}
57
58
-
59
/**
60
* Converts a one dimensional array back into a two dimensional (Used for parceling).
61
* Stolen from here: http://stackoverflow.com/a/9562083/4279995
62
*
+ * @param dimensions The amount of dimensions the input has.
63
* @param input The array to convert.
64
* @return The newly converted array.
65
*/
0 commit comments