diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 10:18:43 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 10:18:43 +0100 |
commit | 53e4cd65205ac33d7dbc61a767f467c1b896dfc6 (patch) | |
tree | 836c37fadf024e7c64926aae5e24d539f3979c49 /framework/Web/Services/TRpcService.php | |
parent | ea2868ad7d79d440d40fbcb5773c9dcec3babbcc (diff) |
Removed @version doc comments
Diffstat (limited to 'framework/Web/Services/TRpcService.php')
-rw-r--r-- | framework/Web/Services/TRpcService.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/Web/Services/TRpcService.php b/framework/Web/Services/TRpcService.php index 9903fefd..77bfe254 100644 --- a/framework/Web/Services/TRpcService.php +++ b/framework/Web/Services/TRpcService.php @@ -4,7 +4,6 @@ * @link http://www.pradosoft.com/ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.2 * @package Prado\Web\Services */ @@ -51,7 +50,6 @@ namespace Prado\Web\Services; * the specified class will be instanciated in order to satisfy the request. * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Web\Services * @since 3.2 **/ |