diff options
Diffstat (limited to 'tests/simple_unit/SqlMap/domain/Other.php')
-rw-r--r-- | tests/simple_unit/SqlMap/domain/Other.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/simple_unit/SqlMap/domain/Other.php b/tests/simple_unit/SqlMap/domain/Other.php index 9e78ab97..89f9d490 100644 --- a/tests/simple_unit/SqlMap/domain/Other.php +++ b/tests/simple_unit/SqlMap/domain/Other.php @@ -19,5 +19,3 @@ class Other public function getLong(){ return $this->_Long; } public function setLong($value){ $this->_Long = $value; } } - -?>
\ No newline at end of file |