Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java Fri Mar 20 02:19:46 2009 @@ -11,8 +11,6 @@ /** * Factory interface for constructing protocol instances. * - * @author Mark Slee <[email protected]> - * @author Aditya Agarwal <[email protected]> */ public interface TProtocolFactory { public TProtocol getProtocol(TTransport trans);
Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java Fri Mar 20 02:19:46 2009 @@ -12,7 +12,6 @@ * Utility class with static methods for interacting with protocol data * streams. * - * @author Mark Slee <[email protected]> */ public class TProtocolUtil { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TSet.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TSet.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TSet.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TSet.java Fri Mar 20 02:19:46 2009 @@ -9,7 +9,6 @@ /** * Helper class that encapsulates set metadata. * - * @author Mark Slee <[email protected]> */ public final class TSet { public TSet() { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java Fri Mar 20 02:19:46 2009 @@ -19,8 +19,6 @@ * suitable for parsing by scripting languages. It should not be * confused with the full-featured TJSONProtocol. * - * @author Joydeep Sen Sarma <[email protected]> - * @author Mark Slee <[email protected]> */ public class TSimpleJSONProtocol extends TProtocol { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TStruct.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TStruct.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TStruct.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TStruct.java Fri Mar 20 02:19:46 2009 @@ -9,7 +9,6 @@ /** * Helper class that encapsulates struct metadata. * - * @author Mark Slee <[email protected]> */ public final class TStruct { public TStruct() { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TType.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TType.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TType.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TType.java Fri Mar 20 02:19:46 2009 @@ -9,7 +9,6 @@ /** * Type constants in the Thrift protocol. * - * @author Mark Slee <[email protected]> */ public final class TType { public static final byte STOP = 0; Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TServer.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TServer.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TServer.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TServer.java Fri Mar 20 02:19:46 2009 @@ -15,7 +15,6 @@ /** * Generic interface for a Thrift server. * - * @author Mark Slee <[email protected]> */ public abstract class TServer { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TSimpleServer.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TSimpleServer.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TSimpleServer.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TSimpleServer.java Fri Mar 20 02:19:46 2009 @@ -22,7 +22,6 @@ /** * Simple singlethreaded server for testing. * - * @author Mark Slee <[email protected]> */ public class TSimpleServer extends TServer { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java Fri Mar 20 02:19:46 2009 @@ -30,7 +30,6 @@ * Server which uses Java's built in ThreadPool management to spawn off * a worker pool that * - * @author Mark Slee <[email protected]> */ public class TThreadPoolServer extends TServer { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TFramedTransport.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TFramedTransport.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TFramedTransport.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TFramedTransport.java Fri Mar 20 02:19:46 2009 @@ -13,7 +13,6 @@ /** * Socket implementation of the TTransport interface. To be commented soon! * - * @author Mark Slee <[email protected]> */ public class TFramedTransport extends TTransport { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/THttpClient.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/THttpClient.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/THttpClient.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/THttpClient.java Fri Mar 20 02:19:46 2009 @@ -19,7 +19,6 @@ * HTTP implementation of the TTransport interface. Used for working with a * Thrift web services implementation. * - * @author Mark Slee <[email protected]> */ public class THttpClient extends TTransport { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java Fri Mar 20 02:19:46 2009 @@ -18,7 +18,6 @@ * This allows for compatibility with all the nice constructs Java already * has to provide a variety of types of streams. * - * @author Mark Slee <[email protected]> */ public class TIOStreamTransport extends TTransport { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java Fri Mar 20 02:19:46 2009 @@ -12,7 +12,6 @@ /** * Memory buffer-based implementation of the TTransport interface. * - * @author Chad Walters <[email protected]> */ public class TMemoryBuffer extends TTransport { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TServerSocket.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TServerSocket.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TServerSocket.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TServerSocket.java Fri Mar 20 02:19:46 2009 @@ -17,7 +17,6 @@ /** * Wrapper around ServerSocket for Thrift. * - * @author Mark Slee <[email protected]> */ public class TServerSocket extends TServerTransport { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TServerTransport.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TServerTransport.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TServerTransport.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TServerTransport.java Fri Mar 20 02:19:46 2009 @@ -9,7 +9,6 @@ /** * Server transport. Object which provides client transports. * - * @author Mark Slee <[email protected]> */ public abstract class TServerTransport { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TSocket.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TSocket.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TSocket.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TSocket.java Fri Mar 20 02:19:46 2009 @@ -18,7 +18,6 @@ /** * Socket implementation of the TTransport interface. To be commented soon! * - * @author Mark Slee <[email protected]> */ public class TSocket extends TIOStreamTransport { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransport.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransport.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransport.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransport.java Fri Mar 20 02:19:46 2009 @@ -10,7 +10,6 @@ * Generic class that encapsulates the I/O layer. This is basically a thin * wrapper around the combined functionality of Java input/output streams. * - * @author Mark Slee <[email protected]> */ public abstract class TTransport { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransportException.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransportException.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransportException.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransportException.java Fri Mar 20 02:19:46 2009 @@ -11,7 +11,6 @@ /** * Transport exceptions. * - * @author Mark Slee <[email protected]> */ public class TTransportException extends TException { Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransportFactory.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransportFactory.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransportFactory.java (original) +++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransportFactory.java Fri Mar 20 02:19:46 2009 @@ -12,8 +12,6 @@ * a ServerTransport and then may want to mutate them (i.e. create * a BufferedTransport from the underlying base transport) * - * @author Mark Slee <[email protected]> - * @author Aditya Agarwal <[email protected]> */ public class TTransportFactory { Modified: incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/EqualityTest.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/EqualityTest.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/EqualityTest.java (original) +++ incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/EqualityTest.java Fri Mar 20 02:19:46 2009 @@ -28,7 +28,6 @@ import thrift.test.*; /'''r'''** - * @author David Reiss <[email protected]> *'''r'''/ public class EqualityTest { public static void main(String[] args) throws Exception { @@ -95,7 +94,6 @@ import thrift.test.*; /** - * @author David Reiss <[email protected]> */ public class EqualityTest { public static void main(String[] args) throws Exception { Modified: incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/IdentityTest.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/IdentityTest.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/IdentityTest.java (original) +++ incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/IdentityTest.java Fri Mar 20 02:19:46 2009 @@ -21,7 +21,6 @@ /** * - * @author David Reiss <[email protected]> */ public class IdentityTest { public static Object deepCopy(Object oldObj) throws Exception { Modified: incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/JSONProtoTest.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/JSONProtoTest.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/JSONProtoTest.java (original) +++ incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/JSONProtoTest.java Fri Mar 20 02:19:46 2009 @@ -18,7 +18,6 @@ /** * Tests for the Java implementation of TJSONProtocol. Mirrors the C++ version * - * @author Chad Walters <[email protected]> */ public class JSONProtoTest { Modified: incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/TestClient.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/TestClient.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/TestClient.java (original) +++ incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/TestClient.java Fri Mar 20 02:19:46 2009 @@ -25,7 +25,6 @@ * this makes a variety of requests to enable testing for both performance and * correctness of the output. * - * @author Mark Slee <[email protected]> */ public class TestClient { public static void main(String [] args) { Modified: incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/ToStringTest.java URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/ToStringTest.java?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/ToStringTest.java (original) +++ incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/ToStringTest.java Fri Mar 20 02:19:46 2009 @@ -3,7 +3,6 @@ import thrift.test.*; /** - * @author David Reiss <[email protected]> */ public class ToStringTest { public static void main(String[] args) throws Exception { Modified: incubator/thrift/trunk/lib/perl/lib/Thrift/FramedTransport.pm URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/perl/lib/Thrift/FramedTransport.pm?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/perl/lib/Thrift/FramedTransport.pm (original) +++ incubator/thrift/trunk/lib/perl/lib/Thrift/FramedTransport.pm Fri Mar 20 02:19:46 2009 @@ -21,7 +21,6 @@ # their length. # # @package thrift.transport -# @author Mark Slee <[email protected]> # package Thrift::FramedTransport; Modified: incubator/thrift/trunk/lib/php/README.apache URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/README.apache?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/README.apache (original) +++ incubator/thrift/trunk/lib/php/README.apache Fri Mar 20 02:19:46 2009 @@ -21,7 +21,6 @@ /** * Example of how to build a Thrift server in Apache/PHP * - * @author Mark Slee <[email protected]> */ $GLOBALS['THRIFT_ROOT'] = '/your/thrift/root'; Modified: incubator/thrift/trunk/lib/php/src/Thrift.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/Thrift.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/Thrift.php (original) +++ incubator/thrift/trunk/lib/php/src/Thrift.php Fri Mar 20 02:19:46 2009 @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift - * @author Mark Slee <[email protected]> */ /** Modified: incubator/thrift/trunk/lib/php/src/autoload.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/autoload.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/autoload.php (original) +++ incubator/thrift/trunk/lib/php/src/autoload.php Fri Mar 20 02:19:46 2009 @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift - * @author Mark Slee <[email protected]> */ /** Modified: incubator/thrift/trunk/lib/php/src/protocol/TBinaryProtocol.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/protocol/TBinaryProtocol.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/protocol/TBinaryProtocol.php (original) +++ incubator/thrift/trunk/lib/php/src/protocol/TBinaryProtocol.php Fri Mar 20 02:19:46 2009 @@ -9,14 +9,11 @@ * http://developers.facebook.com/thrift/ * * @package thrift.protocol - * @author Mark Slee <[email protected]> */ /** * Binary implementation of the Thrift protocol. * - * @author Mark Slee <[email protected]> - * @author Marc Kwiatkowski <[email protected]> */ class TBinaryProtocol extends TProtocol { Modified: incubator/thrift/trunk/lib/php/src/protocol/TProtocol.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/protocol/TProtocol.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/protocol/TProtocol.php (original) +++ incubator/thrift/trunk/lib/php/src/protocol/TProtocol.php Fri Mar 20 02:19:46 2009 @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.protocol - * @author Mark Slee <[email protected]> */ /** @@ -16,8 +15,6 @@ * a protocol encoder/decoder. * * @package thrift.protocol - * @author Mark Slee <[email protected]> - * @author Aditya Agarwal <[email protected]> */ /** Modified: incubator/thrift/trunk/lib/php/src/transport/TBufferedTransport.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/transport/TBufferedTransport.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/transport/TBufferedTransport.php (original) +++ incubator/thrift/trunk/lib/php/src/transport/TBufferedTransport.php Fri Mar 20 02:19:46 2009 @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee <[email protected]> */ /** @@ -17,7 +16,6 @@ * read and then serve data out of the internal buffer. * * @package thrift.transport - * @author Mark Slee <[email protected]> */ class TBufferedTransport extends TTransport { Modified: incubator/thrift/trunk/lib/php/src/transport/TFramedTransport.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/transport/TFramedTransport.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/transport/TFramedTransport.php (original) +++ incubator/thrift/trunk/lib/php/src/transport/TFramedTransport.php Fri Mar 20 02:19:46 2009 @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee <[email protected]> */ /** @@ -16,7 +15,6 @@ * their length. * * @package thrift.transport - * @author Mark Slee <[email protected]> */ class TFramedTransport extends TTransport { Modified: incubator/thrift/trunk/lib/php/src/transport/THttpClient.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/transport/THttpClient.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/transport/THttpClient.php (original) +++ incubator/thrift/trunk/lib/php/src/transport/THttpClient.php Fri Mar 20 02:19:46 2009 @@ -8,14 +8,12 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee <[email protected]> */ /** * HTTP client for Thrift * * @package thrift.transport - * @author Mark Slee <[email protected]> */ class THttpClient extends TTransport { Modified: incubator/thrift/trunk/lib/php/src/transport/TMemoryBuffer.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/transport/TMemoryBuffer.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/transport/TMemoryBuffer.php (original) +++ incubator/thrift/trunk/lib/php/src/transport/TMemoryBuffer.php Fri Mar 20 02:19:46 2009 @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Levy Klots <[email protected]> */ /** @@ -18,7 +17,6 @@ * buffer. * * @package thrift.transport - * @author Levy Klots <[email protected]> */ class TMemoryBuffer extends TTransport { Modified: incubator/thrift/trunk/lib/php/src/transport/TNullTransport.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/transport/TNullTransport.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/transport/TNullTransport.php (original) +++ incubator/thrift/trunk/lib/php/src/transport/TNullTransport.php Fri Mar 20 02:19:46 2009 @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee <[email protected]> */ /** @@ -16,7 +15,6 @@ * This is useful for measuring the serialized size of structures. * * @package thrift.transport - * @author David Reiss <[email protected]> */ class TNullTransport extends TTransport { Modified: incubator/thrift/trunk/lib/php/src/transport/TPhpStream.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/transport/TPhpStream.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/transport/TPhpStream.php (original) +++ incubator/thrift/trunk/lib/php/src/transport/TPhpStream.php Fri Mar 20 02:19:46 2009 @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee <[email protected]> */ /** @@ -16,7 +15,6 @@ * php://input and php://output * * @package thrift.transport - * @author Mark Slee <[email protected]> */ class TPhpStream extends TTransport { Modified: incubator/thrift/trunk/lib/php/src/transport/TSocket.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/transport/TSocket.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/transport/TSocket.php (original) +++ incubator/thrift/trunk/lib/php/src/transport/TSocket.php Fri Mar 20 02:19:46 2009 @@ -8,14 +8,12 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee <[email protected]> */ /** * Sockets implementation of the TTransport interface. * * @package thrift.transport - * @author Mark Slee <[email protected]> */ class TSocket extends TTransport { Modified: incubator/thrift/trunk/lib/php/src/transport/TSocketPool.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/transport/TSocketPool.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/transport/TSocketPool.php (original) +++ incubator/thrift/trunk/lib/php/src/transport/TSocketPool.php Fri Mar 20 02:19:46 2009 @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee <[email protected]> */ /** Inherits from Socket */ @@ -30,7 +29,6 @@ * to a pool of servers. * * @package thrift.transport - * @author Mark Slee <[email protected]> */ class TSocketPool extends TSocket { Modified: incubator/thrift/trunk/lib/php/src/transport/TTransport.php URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/src/transport/TTransport.php?rev=756307&r1=756306&r2=756307&view=diff ============================================================================== --- incubator/thrift/trunk/lib/php/src/transport/TTransport.php (original) +++ incubator/thrift/trunk/lib/php/src/transport/TTransport.php Fri Mar 20 02:19:46 2009 @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee <[email protected]> */ /** @@ -31,7 +30,6 @@ * Base interface for a transport agent. * * @package thrift.transport - * @author Mark Slee <[email protected]> */ abstract class TTransport {
