diff options
author | knut <> | 2008-08-14 08:27:10 +0000 |
---|---|---|
committer | knut <> | 2008-08-14 08:27:10 +0000 |
commit | 6234952a972b70a9d7903ae5086f3abb8647796f (patch) | |
tree | cb7587c97da80f5b9ede94bb1ca6bed299bb98b9 /framework/Web | |
parent | 1c379275388c25657a6feda42b5d30115c0ce9bf (diff) |
fixing typos
Diffstat (limited to 'framework/Web')
-rw-r--r-- | framework/Web/Services/TJsonService.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/Web/Services/TJsonService.php b/framework/Web/Services/TJsonService.php index 16c3a0bc..93ad10d2 100644 --- a/framework/Web/Services/TJsonService.php +++ b/framework/Web/Services/TJsonService.php @@ -4,7 +4,7 @@ *
* @author Wei Zhuo <weizhuo[at]gamil[dot]com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Web.Services
@@ -21,7 +21,7 @@ *
* To use TJsonService, configure it in application configuration as follows,
* <code>
- * <service id="json" class="System.Services.TJsonService">
+ * <service id="json" class="System.Web.Services.TJsonService">
* <json id="get_article" class="Path.To.JsonResponseClass1" .../>
* <json id="register_rating" class="Path.To.JsonResponseClass2" .../>
* </service>
@@ -163,9 +163,9 @@ abstract class TJsonResponse extends TApplicationComponent }
/**
- * @return object json response content, null to supress output.
+ * @return object json response content, null to suppress output.
*/
abstract public function getJsonContent();
}
-?> +?>
|