| Index: remoting/webapp/crd/js/xmpp_connection.js
|
| diff --git a/remoting/webapp/crd/js/xmpp_connection.js b/remoting/webapp/crd/js/xmpp_connection.js
|
| index 79ab9b8813a033a037d9a1a3956a565eeca69be3..eba06f72a1fded5ce153b3f45fa1fa68b0093859 100644
|
| --- a/remoting/webapp/crd/js/xmpp_connection.js
|
| +++ b/remoting/webapp/crd/js/xmpp_connection.js
|
| @@ -127,7 +127,7 @@ remoting.XmppConnection.prototype.getState = function() {
|
| return this.state_;
|
| };
|
|
|
| -/** @return {remoting.Error} Error when in FAILED state. */
|
| +/** @return {!remoting.Error} Error when in FAILED state. */
|
| remoting.XmppConnection.prototype.getError = function() {
|
| return this.error_;
|
| };
|
| @@ -361,7 +361,7 @@ remoting.XmppConnection.prototype.onParserError_ = function(text) {
|
| }
|
|
|
| /**
|
| - * @param {remoting.Error} error
|
| + * @param {!remoting.Error} error
|
| * @param {string} text
|
| * @private
|
| */
|
|
|