summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2009-03-20 02:19:46 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2009-03-20 02:19:46 +0000
commit13083d6d52d2b5bd3d5a9368a04503c5b21eabab (patch)
treedfc912718c5f9dbacfd395d1e5f8dd59e9fd9de6 /contrib
parentafa1b47e60c4ffba554f6187d84fd20cd514f51d (diff)
downloadthrift-13083d6d52d2b5bd3d5a9368a04503c5b21eabab.tar.gz
THRIFT-294. Remove @author tags
They're gone. Don't add any new ones! git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@756307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fb303/cpp/FacebookBase.h1
-rw-r--r--contrib/fb303/cpp/ServiceTracker.cpp7
-rw-r--r--contrib/fb303/if/fb303.thrift1
-rw-r--r--contrib/fb303/php/FacebookBase.php1
4 files changed, 0 insertions, 10 deletions
diff --git a/contrib/fb303/cpp/FacebookBase.h b/contrib/fb303/cpp/FacebookBase.h
index 0efe65539..b62f4d0c7 100644
--- a/contrib/fb303/cpp/FacebookBase.h
+++ b/contrib/fb303/cpp/FacebookBase.h
@@ -29,7 +29,6 @@ struct ReadWriteCounterMap : ReadWriteMutex,
/**
* Base Facebook service implementation in C++.
*
- * @author Mark Slee <mcslee@facebook.com>
*/
class FacebookBase : virtual public FacebookServiceIf {
protected:
diff --git a/contrib/fb303/cpp/ServiceTracker.cpp b/contrib/fb303/cpp/ServiceTracker.cpp
index bb3f21907..9153bef2c 100644
--- a/contrib/fb303/cpp/ServiceTracker.cpp
+++ b/contrib/fb303/cpp/ServiceTracker.cpp
@@ -60,7 +60,6 @@ ServiceTracker::ServiceTracker(facebook::fb303::FacebookBase *handler,
* @param const ServiceMethod &serviceMethod A reference to the ServiceMethod
* object instantiated at the start
* of the service method.
- * @author Karl Voskuil
*/
void
ServiceTracker::startService(const ServiceMethod &serviceMethod)
@@ -115,7 +114,6 @@ ServiceTracker::startService(const ServiceMethod &serviceMethod)
* of the service method.
* @return int64_t Elapsed units (see stopwatchUnit_) since ServiceMethod
* instantiation.
- * @author Karl Voskuil
*/
int64_t
ServiceTracker::stepService(const ServiceMethod &serviceMethod,
@@ -138,7 +136,6 @@ ServiceTracker::stepService(const ServiceMethod &serviceMethod,
* @param const ServiceMethod &serviceMethod A reference to the ServiceMethod
* object instantiated at the start
* of the service method.
- * @author Karl Voskuil
*/
void
ServiceTracker::finishService(const ServiceMethod &serviceMethod)
@@ -225,7 +222,6 @@ ServiceTracker::finishService(const ServiceMethod &serviceMethod)
* uses of the object variables (and calls to this method) with a
* mutex.
*
- * @author Karl Voskuil
*/
void
ServiceTracker::reportCheckpoint()
@@ -287,7 +283,6 @@ ServiceTracker::reportCheckpoint()
* activity.
*
* @param shared_ptr<ThreadManager> threadManager The server's thread manager.
- * @author Karl Voskuil
*/
void
ServiceTracker::setThreadManager(boost::shared_ptr<ThreadManager>
@@ -345,7 +340,6 @@ ServiceTracker::defaultLogMethod(int level, const string &message)
* Creates a Stopwatch, which can report the time elapsed since its
* creation.
*
- * @author Karl Voskuil
*/
Stopwatch::Stopwatch()
{
@@ -417,7 +411,6 @@ Stopwatch::elapsedUnits(Stopwatch::Unit unit, string *label) const
* of service method parameters).
* @param const string &signature A signature uniquely identifying the method
* invocation (usually name plus parameters).
- * @author Karl Voskuil
*/
ServiceMethod::ServiceMethod(ServiceTracker *tracker,
const string &name,
diff --git a/contrib/fb303/if/fb303.thrift b/contrib/fb303/if/fb303.thrift
index dc10e50f5..fb9e220a4 100644
--- a/contrib/fb303/if/fb303.thrift
+++ b/contrib/fb303/if/fb303.thrift
@@ -13,7 +13,6 @@
* provided in the base implementation, and in other cases they simply define
* methods that inheriting applications should implement (i.e. status report)
*
- * @author Mark Slee <mcslee@facebook.com>
*/
namespace java com.facebook.fb303
diff --git a/contrib/fb303/php/FacebookBase.php b/contrib/fb303/php/FacebookBase.php
index 0bcfe3263..83601123f 100644
--- a/contrib/fb303/php/FacebookBase.php
+++ b/contrib/fb303/php/FacebookBase.php
@@ -8,7 +8,6 @@
* http://developers.facebook.com/thrift/
*
* @package thrift
- * @author Aditya Agarwal <aditya@facebook.com>
*/
/**