Changeset 747
- Timestamp:
- 06/25/07 13:13:10 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubDBTableAnnotation.php
r482 r747 41 41 public function getTableDescription() 42 42 { 43 return $this->tableDescription;43 return clone $this->tableDescription; 44 44 } 45 45
