GUACAMOLE-615: Merge fixed annotation for array of any type.

diff --git a/guacamole-common-js/src/main/webapp/modules/Parser.js b/guacamole-common-js/src/main/webapp/modules/Parser.js
index ecf37ac..8cd93f2 100644
--- a/guacamole-common-js/src/main/webapp/modules/Parser.js
+++ b/guacamole-common-js/src/main/webapp/modules/Parser.js
@@ -312,7 +312,7 @@
  * those strings as length-prefixed elements of a complete Guacamole
  * instruction.
  *
- * @param {!*[]} elements
+ * @param {!Array.<*>} elements
  *     The values that should be encoded as the elements of a Guacamole
  *     instruction. Order of these elements is preserved. This array MUST have
  *     at least one element.