You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/07/06 12:34:19 UTC

git commit: THRIFT-1926 PHP Constant Generation Refactoring

Repository: thrift
Updated Branches:
  refs/heads/master 81b3a42c9 -> f9fbda8f4


THRIFT-1926 PHP Constant Generation Refactoring

remove author tag


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/f9fbda8f
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/f9fbda8f
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/f9fbda8f

Branch: refs/heads/master
Commit: f9fbda8f4256602a7965921074f9cf99634b5761
Parents: 81b3a42
Author: Roger Meier <ro...@apache.org>
Authored: Sun Jul 6 12:33:38 2014 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Sun Jul 6 12:33:38 2014 +0200

----------------------------------------------------------------------
 lib/php/lib/Thrift/Type/TConstant.php | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/f9fbda8f/lib/php/lib/Thrift/Type/TConstant.php
----------------------------------------------------------------------
diff --git a/lib/php/lib/Thrift/Type/TConstant.php b/lib/php/lib/Thrift/Type/TConstant.php
index b66dda9..759cfd2 100644
--- a/lib/php/lib/Thrift/Type/TConstant.php
+++ b/lib/php/lib/Thrift/Type/TConstant.php
@@ -24,8 +24,6 @@ namespace Thrift\Type;
 
 /**
  * Base class for constant Management
- *
- * @author Xavier HAUSHERR <xa...@ebuzzing.com>
  */
 abstract class TConstant
 {