mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 23:21:21 +00:00
GUACAMOLE-986: Add non-nullable modifier to return type of functions never returning null
Alternatively use a primitive type instead of nullable boxed type.
This commit is contained in:
@@ -58,7 +58,7 @@ Guacamole.JSONReader = function guacamoleJSONReader(stream) {
|
||||
/**
|
||||
* Returns the current length of this Guacamole.JSONReader, in characters.
|
||||
*
|
||||
* @return {Number}
|
||||
* @return {!Number}
|
||||
* The current length of this Guacamole.JSONReader.
|
||||
*/
|
||||
this.getLength = function getLength() {
|
||||
|
Reference in New Issue
Block a user