diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-06-12 12:32:55 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-06-12 12:32:55 +0000 |
commit | 99117b7f9eb39a6d77eededce51a4d0aa895cc5b (patch) | |
tree | 9b42094ef2a5e5bbc3b300febc45113ba408d5f6 /src/exceptions/invalid_data_source.php | |
parent | 9292a36e53780d9daf6f367d44d386fd98f08b40 (diff) | |
download | zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.zip zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.tar.gz |
- Fixed version tag in docblocks
Diffstat (limited to 'src/exceptions/invalid_data_source.php')
-rw-r--r-- | src/exceptions/invalid_data_source.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exceptions/invalid_data_source.php b/src/exceptions/invalid_data_source.php index 9ed9e42..efc05c9 100644 --- a/src/exceptions/invalid_data_source.php +++ b/src/exceptions/invalid_data_source.php @@ -3,7 +3,7 @@ * File containing the ezcGraphInvalidArrayDataSourceException class * * @package Graph - * @version //autogen// + * @version //autogentag// * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ @@ -12,7 +12,7 @@ * data set. * * @package Graph - * @version //autogen// + * @version //autogentag// */ class ezcGraphInvalidArrayDataSourceException extends ezcGraphException { |