diff options
author | godzilla80@gmx.net <> | 2009-04-15 21:11:55 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2009-04-15 21:11:55 +0000 |
commit | 2b5fb3998aa173d2448299f93bea369db42652c4 (patch) | |
tree | ff21ab5a7a637e992ff6e398ed4cf03ce6cdb236 /framework/Data/SqlMap/Configuration | |
parent | 6761036cbd97fbc7e7f4f260730c486c6b95a299 (diff) |
fix wrong (c&p) doc comment from r2631
Diffstat (limited to 'framework/Data/SqlMap/Configuration')
-rw-r--r-- | framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php b/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php index aa688b05..d85148eb 100644 --- a/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php +++ b/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php @@ -75,8 +75,7 @@ class TSqlMapCacheModel extends TComponent }
/**
- * integer the number of seconds in which the cached value will expire. 0 means never expire.
- * @param int cache size.
+ * @param integer the number of seconds in which the cached value will expire. 0 means never expire.
*/
public function setFlushInterval($value)
{
@@ -84,7 +83,7 @@ class TSqlMapCacheModel extends TComponent }
/**
- * @return int cache duration.
+ * @return integer cache duration.
*/
public function getFlushInterval()
{
|