diff options
author | xue <> | 2006-05-04 19:24:51 +0000 |
---|---|---|
committer | xue <> | 2006-05-04 19:24:51 +0000 |
commit | eb93f8a2fd9f701106310a93bc6e491ec2dfa3fe (patch) | |
tree | ee0c36987eacc8499a2b3add930492945632e200 | |
parent | 7e889983906938101c4424cef6d8478b4c3aa51d (diff) |
Fixed a doc error.
-rw-r--r-- | framework/Web/Services/TPageService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/Services/TPageService.php b/framework/Web/Services/TPageService.php index 2448c0c3..54112fb1 100644 --- a/framework/Web/Services/TPageService.php +++ b/framework/Web/Services/TPageService.php @@ -460,7 +460,7 @@ class TPageService extends TService *
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Revision: $ $Date: $
- * @package System.Services
+ * @package System.Web.Services
* @since 3.0
*/
class TPageConfiguration extends TComponent
|