diff options
Diffstat (limited to 'src/exceptions/date_parsing.php')
-rw-r--r-- | src/exceptions/date_parsing.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exceptions/date_parsing.php b/src/exceptions/date_parsing.php index 2771ed6..9407d62 100644 --- a/src/exceptions/date_parsing.php +++ b/src/exceptions/date_parsing.php @@ -3,7 +3,7 @@ * File containing the ezcGraphErrorParsingDateException 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 @@ * could not be parsed. * * @package Graph - * @version //autogen// + * @version //autogentag// */ class ezcGraphErrorParsingDateException extends ezcGraphException { |