fix eclipse warning

This commit is contained in:
Andy Janata 2012-07-07 14:05:44 -07:00
parent 5bba53ef7d
commit 7f8c2f9dbf
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ cah.log = {};
* @param {string} * @param {string}
* text Text to display for this message. Text is added as a TextNode, so HTML is properly * text Text to display for this message. Text is added as a TextNode, so HTML is properly
* escaped automatically. * escaped automatically.
* @param {?string} * @param {string}
* opt_class Optional CSS class to use for this message. * opt_class Optional CSS class to use for this message.
*/ */
cah.log.status = function(text, opt_class) { cah.log.status = function(text, opt_class) {