From 015daec3fa565bf28471fcf8f382e4471e651155 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 9 Dec 2011 12:46:59 +0900 Subject: [PATCH] http://jboss.org/netty/ to http://netty.io/ --- NOTICE.txt | 2 +- src/argouml/netty.uml | 2 +- src/javadoc/overview.html | 2 +- src/main/java/io/netty/bootstrap/Bootstrap.java | 2 +- src/main/java/io/netty/bootstrap/ClientBootstrap.java | 2 +- .../java/io/netty/bootstrap/ConnectionlessBootstrap.java | 2 +- src/main/java/io/netty/bootstrap/ServerBootstrap.java | 2 +- src/main/java/io/netty/buffer/AbstractChannelBuffer.java | 2 +- .../java/io/netty/buffer/AbstractChannelBufferFactory.java | 2 +- .../java/io/netty/buffer/BigEndianHeapChannelBuffer.java | 2 +- .../java/io/netty/buffer/ByteBufferBackedChannelBuffer.java | 2 +- src/main/java/io/netty/buffer/ChannelBuffer.java | 2 +- src/main/java/io/netty/buffer/ChannelBufferFactory.java | 2 +- src/main/java/io/netty/buffer/ChannelBufferIndexFinder.java | 2 +- src/main/java/io/netty/buffer/ChannelBufferInputStream.java | 2 +- .../java/io/netty/buffer/ChannelBufferOutputStream.java | 2 +- src/main/java/io/netty/buffer/ChannelBuffers.java | 2 +- src/main/java/io/netty/buffer/CompositeChannelBuffer.java | 2 +- .../java/io/netty/buffer/DirectChannelBufferFactory.java | 2 +- src/main/java/io/netty/buffer/DuplicatedChannelBuffer.java | 2 +- src/main/java/io/netty/buffer/DynamicChannelBuffer.java | 2 +- src/main/java/io/netty/buffer/HeapChannelBuffer.java | 2 +- src/main/java/io/netty/buffer/HeapChannelBufferFactory.java | 2 +- .../java/io/netty/buffer/LittleEndianHeapChannelBuffer.java | 2 +- src/main/java/io/netty/buffer/ReadOnlyChannelBuffer.java | 2 +- src/main/java/io/netty/buffer/SlicedChannelBuffer.java | 2 +- src/main/java/io/netty/buffer/TruncatedChannelBuffer.java | 2 +- src/main/java/io/netty/buffer/WrappedChannelBuffer.java | 2 +- src/main/java/io/netty/channel/AbstractChannel.java | 2 +- src/main/java/io/netty/channel/AbstractChannelSink.java | 2 +- src/main/java/io/netty/channel/AbstractServerChannel.java | 2 +- .../netty/channel/AdaptiveReceiveBufferSizePredictor.java | 2 +- .../channel/AdaptiveReceiveBufferSizePredictorFactory.java | 2 +- src/main/java/io/netty/channel/Channel.java | 2 +- src/main/java/io/netty/channel/ChannelConfig.java | 2 +- .../java/io/netty/channel/ChannelDownstreamHandler.java | 2 +- src/main/java/io/netty/channel/ChannelEvent.java | 2 +- src/main/java/io/netty/channel/ChannelException.java | 2 +- src/main/java/io/netty/channel/ChannelFactory.java | 2 +- src/main/java/io/netty/channel/ChannelFuture.java | 2 +- src/main/java/io/netty/channel/ChannelFutureListener.java | 2 +- .../io/netty/channel/ChannelFutureProgressListener.java | 2 +- src/main/java/io/netty/channel/ChannelHandler.java | 4 ++-- src/main/java/io/netty/channel/ChannelHandlerContext.java | 2 +- .../io/netty/channel/ChannelHandlerLifeCycleException.java | 2 +- src/main/java/io/netty/channel/ChannelLocal.java | 2 +- src/main/java/io/netty/channel/ChannelPipeline.java | 2 +- .../java/io/netty/channel/ChannelPipelineException.java | 2 +- src/main/java/io/netty/channel/ChannelPipelineFactory.java | 2 +- src/main/java/io/netty/channel/ChannelSink.java | 2 +- src/main/java/io/netty/channel/ChannelState.java | 2 +- src/main/java/io/netty/channel/ChannelStateEvent.java | 2 +- src/main/java/io/netty/channel/ChannelUpstreamHandler.java | 2 +- src/main/java/io/netty/channel/Channels.java | 2 +- src/main/java/io/netty/channel/ChildChannelStateEvent.java | 2 +- src/main/java/io/netty/channel/CompleteChannelFuture.java | 2 +- src/main/java/io/netty/channel/DefaultChannelConfig.java | 2 +- src/main/java/io/netty/channel/DefaultChannelFuture.java | 2 +- src/main/java/io/netty/channel/DefaultChannelPipeline.java | 2 +- .../io/netty/channel/DefaultChildChannelStateEvent.java | 2 +- src/main/java/io/netty/channel/DefaultExceptionEvent.java | 2 +- .../java/io/netty/channel/DefaultServerChannelConfig.java | 2 +- .../java/io/netty/channel/DefaultWriteCompletionEvent.java | 2 +- .../java/io/netty/channel/DownstreamChannelStateEvent.java | 2 +- src/main/java/io/netty/channel/DownstreamMessageEvent.java | 2 +- src/main/java/io/netty/channel/ExceptionEvent.java | 2 +- src/main/java/io/netty/channel/FailedChannelFuture.java | 2 +- src/main/java/io/netty/channel/FileRegion.java | 2 +- .../io/netty/channel/FixedReceiveBufferSizePredictor.java | 2 +- .../channel/FixedReceiveBufferSizePredictorFactory.java | 2 +- .../java/io/netty/channel/LifeCycleAwareChannelHandler.java | 2 +- src/main/java/io/netty/channel/MessageEvent.java | 2 +- .../java/io/netty/channel/ReceiveBufferSizePredictor.java | 2 +- .../io/netty/channel/ReceiveBufferSizePredictorFactory.java | 2 +- src/main/java/io/netty/channel/ServerChannel.java | 2 +- src/main/java/io/netty/channel/ServerChannelFactory.java | 2 +- .../io/netty/channel/SimpleChannelDownstreamHandler.java | 2 +- src/main/java/io/netty/channel/SimpleChannelHandler.java | 2 +- .../java/io/netty/channel/SimpleChannelUpstreamHandler.java | 2 +- src/main/java/io/netty/channel/StaticChannelPipeline.java | 2 +- src/main/java/io/netty/channel/SucceededChannelFuture.java | 2 +- .../java/io/netty/channel/UpstreamChannelStateEvent.java | 2 +- src/main/java/io/netty/channel/UpstreamMessageEvent.java | 2 +- src/main/java/io/netty/channel/WriteCompletionEvent.java | 2 +- src/main/java/io/netty/channel/group/ChannelGroup.java | 2 +- .../java/io/netty/channel/group/ChannelGroupFuture.java | 2 +- .../io/netty/channel/group/ChannelGroupFutureListener.java | 2 +- src/main/java/io/netty/channel/group/CombinedIterator.java | 2 +- .../java/io/netty/channel/group/DefaultChannelGroup.java | 2 +- .../io/netty/channel/group/DefaultChannelGroupFuture.java | 2 +- .../java/io/netty/channel/local/DefaultLocalChannel.java | 2 +- .../channel/local/DefaultLocalClientChannelFactory.java | 2 +- .../io/netty/channel/local/DefaultLocalServerChannel.java | 2 +- .../channel/local/DefaultLocalServerChannelFactory.java | 2 +- src/main/java/io/netty/channel/local/LocalAddress.java | 2 +- src/main/java/io/netty/channel/local/LocalChannel.java | 2 +- .../java/io/netty/channel/local/LocalChannelRegistry.java | 2 +- .../io/netty/channel/local/LocalClientChannelFactory.java | 2 +- .../java/io/netty/channel/local/LocalClientChannelSink.java | 2 +- .../java/io/netty/channel/local/LocalServerChannel.java | 2 +- .../io/netty/channel/local/LocalServerChannelFactory.java | 2 +- .../java/io/netty/channel/local/LocalServerChannelSink.java | 2 +- .../io/netty/channel/socket/ClientSocketChannelFactory.java | 2 +- src/main/java/io/netty/channel/socket/DatagramChannel.java | 2 +- .../java/io/netty/channel/socket/DatagramChannelConfig.java | 2 +- .../io/netty/channel/socket/DatagramChannelFactory.java | 2 +- .../netty/channel/socket/DefaultDatagramChannelConfig.java | 2 +- .../channel/socket/DefaultServerSocketChannelConfig.java | 2 +- .../io/netty/channel/socket/DefaultSocketChannelConfig.java | 2 +- .../java/io/netty/channel/socket/ServerSocketChannel.java | 2 +- .../io/netty/channel/socket/ServerSocketChannelConfig.java | 2 +- .../io/netty/channel/socket/ServerSocketChannelFactory.java | 2 +- src/main/java/io/netty/channel/socket/SocketChannel.java | 2 +- .../java/io/netty/channel/socket/SocketChannelConfig.java | 2 +- .../netty/channel/socket/nio/AbstractWriteRequestQueue.java | 2 +- .../channel/socket/nio/DefaultNioDatagramChannelConfig.java | 2 +- .../channel/socket/nio/DefaultNioSocketChannelConfig.java | 2 +- .../netty/channel/socket/nio/NioAcceptedSocketChannel.java | 2 +- .../io/netty/channel/socket/nio/NioClientSocketChannel.java | 2 +- .../channel/socket/nio/NioClientSocketChannelFactory.java | 2 +- .../channel/socket/nio/NioClientSocketPipelineSink.java | 2 +- .../io/netty/channel/socket/nio/NioDatagramChannel.java | 2 +- .../netty/channel/socket/nio/NioDatagramChannelConfig.java | 2 +- .../netty/channel/socket/nio/NioDatagramChannelFactory.java | 2 +- .../netty/channel/socket/nio/NioDatagramPipelineSink.java | 2 +- .../java/io/netty/channel/socket/nio/NioDatagramWorker.java | 2 +- .../io/netty/channel/socket/nio/NioProviderMetadata.java | 2 +- .../io/netty/channel/socket/nio/NioServerSocketChannel.java | 2 +- .../channel/socket/nio/NioServerSocketChannelFactory.java | 2 +- .../channel/socket/nio/NioServerSocketPipelineSink.java | 2 +- .../java/io/netty/channel/socket/nio/NioSocketChannel.java | 2 +- .../io/netty/channel/socket/nio/NioSocketChannelConfig.java | 2 +- src/main/java/io/netty/channel/socket/nio/NioWorker.java | 2 +- src/main/java/io/netty/channel/socket/nio/SelectorUtil.java | 2 +- .../netty/channel/socket/nio/SocketReceiveBufferPool.java | 2 +- .../io/netty/channel/socket/nio/SocketSendBufferPool.java | 2 +- .../netty/channel/socket/oio/OioAcceptedSocketChannel.java | 2 +- .../io/netty/channel/socket/oio/OioClientSocketChannel.java | 2 +- .../channel/socket/oio/OioClientSocketChannelFactory.java | 2 +- .../channel/socket/oio/OioClientSocketPipelineSink.java | 2 +- .../io/netty/channel/socket/oio/OioDatagramChannel.java | 2 +- .../netty/channel/socket/oio/OioDatagramChannelFactory.java | 2 +- .../netty/channel/socket/oio/OioDatagramPipelineSink.java | 2 +- .../java/io/netty/channel/socket/oio/OioDatagramWorker.java | 2 +- .../io/netty/channel/socket/oio/OioServerSocketChannel.java | 2 +- .../channel/socket/oio/OioServerSocketChannelFactory.java | 2 +- .../channel/socket/oio/OioServerSocketPipelineSink.java | 2 +- .../java/io/netty/channel/socket/oio/OioSocketChannel.java | 2 +- src/main/java/io/netty/channel/socket/oio/OioWorker.java | 2 +- .../channel/socket/sctp/DefaultNioSctpChannelConfig.java | 2 +- .../netty/channel/socket/sctp/DefaultSctpChannelConfig.java | 2 +- .../channel/socket/sctp/DefaultSctpServerChannelConfig.java | 2 +- .../io/netty/channel/socket/sctp/NioSctpChannelConfig.java | 2 +- .../io/netty/channel/socket/sctp/SctpAcceptedChannel.java | 2 +- src/main/java/io/netty/channel/socket/sctp/SctpChannel.java | 2 +- .../io/netty/channel/socket/sctp/SctpChannelConfig.java | 2 +- .../java/io/netty/channel/socket/sctp/SctpChannelImpl.java | 2 +- .../io/netty/channel/socket/sctp/SctpClientChannel.java | 2 +- .../netty/channel/socket/sctp/SctpClientPipelineSink.java | 2 +- .../channel/socket/sctp/SctpClientSocketChannelFactory.java | 2 +- .../io/netty/channel/socket/sctp/SctpNotificationEvent.java | 2 +- .../netty/channel/socket/sctp/SctpNotificationHandler.java | 2 +- src/main/java/io/netty/channel/socket/sctp/SctpPayload.java | 2 +- .../io/netty/channel/socket/sctp/SctpProviderMetadata.java | 2 +- .../io/netty/channel/socket/sctp/SctpReceiveBufferPool.java | 2 +- .../io/netty/channel/socket/sctp/SctpSendBufferPool.java | 2 +- .../io/netty/channel/socket/sctp/SctpServerChannel.java | 2 +- .../netty/channel/socket/sctp/SctpServerChannelConfig.java | 2 +- .../io/netty/channel/socket/sctp/SctpServerChannelImpl.java | 2 +- .../netty/channel/socket/sctp/SctpServerPipelineSink.java | 2 +- .../channel/socket/sctp/SctpServerSocketChannelFactory.java | 2 +- src/main/java/io/netty/channel/socket/sctp/SctpWorker.java | 2 +- .../java/io/netty/channel/socket/sctp/SelectorUtil.java | 2 +- .../container/microcontainer/NettyLoggerConfigurator.java | 2 +- .../java/io/netty/container/osgi/NettyBundleActivator.java | 2 +- .../io/netty/container/spring/NettyLoggerConfigurator.java | 2 +- src/main/java/io/netty/example/discard/DiscardClient.java | 2 +- .../java/io/netty/example/discard/DiscardClientHandler.java | 2 +- src/main/java/io/netty/example/discard/DiscardServer.java | 2 +- .../java/io/netty/example/discard/DiscardServerHandler.java | 2 +- src/main/java/io/netty/example/echo/EchoClient.java | 2 +- src/main/java/io/netty/example/echo/EchoClientHandler.java | 2 +- src/main/java/io/netty/example/echo/EchoServer.java | 2 +- src/main/java/io/netty/example/echo/EchoServerHandler.java | 2 +- .../java/io/netty/example/factorial/BigIntegerDecoder.java | 2 +- .../java/io/netty/example/factorial/FactorialClient.java | 2 +- .../io/netty/example/factorial/FactorialClientHandler.java | 2 +- .../example/factorial/FactorialClientPipelineFactory.java | 2 +- .../java/io/netty/example/factorial/FactorialServer.java | 2 +- .../io/netty/example/factorial/FactorialServerHandler.java | 2 +- .../example/factorial/FactorialServerPipelineFactory.java | 2 +- src/main/java/io/netty/example/factorial/NumberEncoder.java | 2 +- .../io/netty/example/http/file/HttpStaticFileServer.java | 2 +- .../example/http/file/HttpStaticFileServerHandler.java | 2 +- .../http/file/HttpStaticFileServerPipelineFactory.java | 2 +- src/main/java/io/netty/example/http/snoop/HttpClient.java | 2 +- .../netty/example/http/snoop/HttpClientPipelineFactory.java | 2 +- .../io/netty/example/http/snoop/HttpRequestHandler.java | 2 +- .../io/netty/example/http/snoop/HttpResponseHandler.java | 2 +- src/main/java/io/netty/example/http/snoop/HttpServer.java | 2 +- .../netty/example/http/snoop/HttpServerPipelineFactory.java | 2 +- src/main/java/io/netty/example/http/upload/HttpClient.java | 2 +- .../example/http/upload/HttpClientPipelineFactory.java | 2 +- .../io/netty/example/http/upload/HttpRequestHandler.java | 2 +- .../io/netty/example/http/upload/HttpResponseHandler.java | 2 +- src/main/java/io/netty/example/http/upload/HttpServer.java | 2 +- .../example/http/upload/HttpServerPipelineFactory.java | 2 +- .../io/netty/example/http/websocket/WebSocketServer.java | 2 +- .../example/http/websocket/WebSocketServerHandler.java | 2 +- .../example/http/websocket/WebSocketServerIndexPage.java | 2 +- .../http/websocket/WebSocketServerPipelineFactory.java | 2 +- .../example/http/websocketx/autobahn/WebSocketServer.java | 2 +- .../http/websocketx/autobahn/WebSocketServerHandler.java | 2 +- .../websocketx/autobahn/WebSocketServerPipelineFactory.java | 2 +- .../example/http/websocketx/server/WebSocketServer.java | 2 +- .../http/websocketx/server/WebSocketServerHandler.java | 2 +- .../http/websocketx/server/WebSocketServerIndexPage.java | 2 +- .../websocketx/server/WebSocketServerPipelineFactory.java | 2 +- .../http/websocketx/sslserver/WebSocketSslServer.java | 2 +- .../websocketx/sslserver/WebSocketSslServerHandler.java | 2 +- .../websocketx/sslserver/WebSocketSslServerIndexPage.java | 2 +- .../sslserver/WebSocketSslServerPipelineFactory.java | 2 +- .../websocketx/sslserver/WebSocketSslServerSslContext.java | 2 +- src/main/java/io/netty/example/local/LocalExample.java | 2 +- .../io/netty/example/local/LocalExampleMultthreaded.java | 2 +- .../io/netty/example/local/LocalServerPipelineFactory.java | 2 +- .../java/io/netty/example/localtime/LocalTimeClient.java | 2 +- .../io/netty/example/localtime/LocalTimeClientHandler.java | 2 +- .../example/localtime/LocalTimeClientPipelineFactory.java | 2 +- .../java/io/netty/example/localtime/LocalTimeServer.java | 2 +- .../io/netty/example/localtime/LocalTimeServerHandler.java | 2 +- .../example/localtime/LocalTimeServerPipelineFactory.java | 2 +- .../java/io/netty/example/objectecho/ObjectEchoClient.java | 2 +- .../netty/example/objectecho/ObjectEchoClientHandler.java | 2 +- .../java/io/netty/example/objectecho/ObjectEchoServer.java | 2 +- .../netty/example/objectecho/ObjectEchoServerHandler.java | 2 +- .../example/portunification/PortUnificationServer.java | 2 +- .../portunification/PortUnificationServerHandler.java | 2 +- src/main/java/io/netty/example/proxy/HexDumpProxy.java | 2 +- .../io/netty/example/proxy/HexDumpProxyInboundHandler.java | 2 +- .../io/netty/example/proxy/HexDumpProxyPipelineFactory.java | 2 +- .../java/io/netty/example/qotm/QuoteOfTheMomentClient.java | 2 +- .../netty/example/qotm/QuoteOfTheMomentClientHandler.java | 2 +- .../java/io/netty/example/qotm/QuoteOfTheMomentServer.java | 2 +- .../netty/example/qotm/QuoteOfTheMomentServerHandler.java | 2 +- src/main/java/io/netty/example/sctp/SctpClient.java | 2 +- src/main/java/io/netty/example/sctp/SctpClientHandler.java | 2 +- src/main/java/io/netty/example/sctp/SctpServer.java | 2 +- src/main/java/io/netty/example/sctp/SctpServerHandler.java | 2 +- .../java/io/netty/example/securechat/SecureChatClient.java | 2 +- .../netty/example/securechat/SecureChatClientHandler.java | 2 +- .../example/securechat/SecureChatClientPipelineFactory.java | 2 +- .../io/netty/example/securechat/SecureChatKeyStore.java | 2 +- .../java/io/netty/example/securechat/SecureChatServer.java | 2 +- .../netty/example/securechat/SecureChatServerHandler.java | 4 ++-- .../example/securechat/SecureChatServerPipelineFactory.java | 2 +- .../example/securechat/SecureChatSslContextFactory.java | 2 +- .../example/securechat/SecureChatTrustManagerFactory.java | 2 +- src/main/java/io/netty/example/telnet/TelnetClient.java | 2 +- .../java/io/netty/example/telnet/TelnetClientHandler.java | 2 +- .../netty/example/telnet/TelnetClientPipelineFactory.java | 2 +- src/main/java/io/netty/example/telnet/TelnetServer.java | 2 +- .../java/io/netty/example/telnet/TelnetServerHandler.java | 2 +- .../netty/example/telnet/TelnetServerPipelineFactory.java | 2 +- src/main/java/io/netty/example/uptime/UptimeClient.java | 2 +- .../java/io/netty/example/uptime/UptimeClientHandler.java | 2 +- src/main/java/io/netty/handler/codec/base64/Base64.java | 2 +- .../java/io/netty/handler/codec/base64/Base64Decoder.java | 2 +- .../java/io/netty/handler/codec/base64/Base64Dialect.java | 2 +- .../java/io/netty/handler/codec/base64/Base64Encoder.java | 2 +- .../java/io/netty/handler/codec/bytes/ByteArrayDecoder.java | 2 +- .../java/io/netty/handler/codec/bytes/ByteArrayEncoder.java | 2 +- .../handler/codec/compression/CompressionException.java | 2 +- .../io/netty/handler/codec/compression/ZlibDecoder.java | 2 +- .../io/netty/handler/codec/compression/ZlibEncoder.java | 2 +- .../java/io/netty/handler/codec/compression/ZlibUtil.java | 2 +- .../io/netty/handler/codec/compression/ZlibWrapper.java | 2 +- .../netty/handler/codec/embedder/AbstractCodecEmbedder.java | 2 +- .../java/io/netty/handler/codec/embedder/CodecEmbedder.java | 2 +- .../handler/codec/embedder/CodecEmbedderException.java | 2 +- .../io/netty/handler/codec/embedder/DecoderEmbedder.java | 2 +- .../io/netty/handler/codec/embedder/EmbeddedChannel.java | 2 +- .../handler/codec/embedder/EmbeddedChannelFactory.java | 2 +- .../netty/handler/codec/embedder/EmbeddedSocketAddress.java | 2 +- .../io/netty/handler/codec/embedder/EncoderEmbedder.java | 2 +- .../netty/handler/codec/frame/CorruptedFrameException.java | 2 +- .../handler/codec/frame/DelimiterBasedFrameDecoder.java | 2 +- src/main/java/io/netty/handler/codec/frame/Delimiters.java | 2 +- .../netty/handler/codec/frame/FixedLengthFrameDecoder.java | 2 +- .../java/io/netty/handler/codec/frame/FrameDecoder.java | 2 +- .../handler/codec/frame/LengthFieldBasedFrameDecoder.java | 2 +- .../io/netty/handler/codec/frame/LengthFieldPrepender.java | 2 +- .../io/netty/handler/codec/frame/TooLongFrameException.java | 2 +- .../io/netty/handler/codec/http/AbstractDiskHttpData.java | 2 +- .../java/io/netty/handler/codec/http/AbstractHttpData.java | 2 +- .../io/netty/handler/codec/http/AbstractMemoryHttpData.java | 2 +- src/main/java/io/netty/handler/codec/http/Attribute.java | 2 +- .../io/netty/handler/codec/http/CaseIgnoringComparator.java | 2 +- src/main/java/io/netty/handler/codec/http/Cookie.java | 2 +- .../java/io/netty/handler/codec/http/CookieDecoder.java | 2 +- .../java/io/netty/handler/codec/http/CookieEncoder.java | 2 +- .../java/io/netty/handler/codec/http/CookieHeaderNames.java | 2 +- .../java/io/netty/handler/codec/http/DefaultCookie.java | 2 +- .../java/io/netty/handler/codec/http/DefaultHttpChunk.java | 2 +- .../netty/handler/codec/http/DefaultHttpChunkTrailer.java | 2 +- .../io/netty/handler/codec/http/DefaultHttpDataFactory.java | 2 +- .../io/netty/handler/codec/http/DefaultHttpMessage.java | 2 +- .../io/netty/handler/codec/http/DefaultHttpRequest.java | 2 +- .../io/netty/handler/codec/http/DefaultHttpResponse.java | 2 +- .../java/io/netty/handler/codec/http/DiskAttribute.java | 2 +- .../java/io/netty/handler/codec/http/DiskFileUpload.java | 2 +- src/main/java/io/netty/handler/codec/http/FileUpload.java | 2 +- src/main/java/io/netty/handler/codec/http/HttpChunk.java | 2 +- .../io/netty/handler/codec/http/HttpChunkAggregator.java | 2 +- .../java/io/netty/handler/codec/http/HttpChunkTrailer.java | 2 +- .../java/io/netty/handler/codec/http/HttpClientCodec.java | 2 +- .../java/io/netty/handler/codec/http/HttpCodecUtil.java | 2 +- .../io/netty/handler/codec/http/HttpContentCompressor.java | 2 +- .../io/netty/handler/codec/http/HttpContentDecoder.java | 2 +- .../netty/handler/codec/http/HttpContentDecompressor.java | 2 +- .../io/netty/handler/codec/http/HttpContentEncoder.java | 2 +- src/main/java/io/netty/handler/codec/http/HttpData.java | 2 +- .../java/io/netty/handler/codec/http/HttpDataFactory.java | 2 +- .../io/netty/handler/codec/http/HttpHeaderDateFormat.java | 2 +- src/main/java/io/netty/handler/codec/http/HttpHeaders.java | 6 +++--- src/main/java/io/netty/handler/codec/http/HttpMessage.java | 2 +- .../io/netty/handler/codec/http/HttpMessageDecoder.java | 4 ++-- .../io/netty/handler/codec/http/HttpMessageEncoder.java | 2 +- src/main/java/io/netty/handler/codec/http/HttpMethod.java | 2 +- .../java/io/netty/handler/codec/http/HttpPostBodyUtil.java | 2 +- .../io/netty/handler/codec/http/HttpPostRequestDecoder.java | 2 +- .../io/netty/handler/codec/http/HttpPostRequestEncoder.java | 2 +- src/main/java/io/netty/handler/codec/http/HttpRequest.java | 2 +- .../io/netty/handler/codec/http/HttpRequestDecoder.java | 2 +- .../io/netty/handler/codec/http/HttpRequestEncoder.java | 2 +- src/main/java/io/netty/handler/codec/http/HttpResponse.java | 2 +- .../io/netty/handler/codec/http/HttpResponseDecoder.java | 2 +- .../io/netty/handler/codec/http/HttpResponseEncoder.java | 2 +- .../io/netty/handler/codec/http/HttpResponseStatus.java | 2 +- .../java/io/netty/handler/codec/http/HttpServerCodec.java | 2 +- src/main/java/io/netty/handler/codec/http/HttpVersion.java | 2 +- .../java/io/netty/handler/codec/http/InterfaceHttpData.java | 2 +- .../java/io/netty/handler/codec/http/InternalAttribute.java | 2 +- .../java/io/netty/handler/codec/http/MemoryAttribute.java | 2 +- .../java/io/netty/handler/codec/http/MemoryFileUpload.java | 2 +- .../java/io/netty/handler/codec/http/MixedAttribute.java | 2 +- .../java/io/netty/handler/codec/http/MixedFileUpload.java | 2 +- .../io/netty/handler/codec/http/QueryStringDecoder.java | 2 +- .../io/netty/handler/codec/http/QueryStringEncoder.java | 2 +- .../handler/codec/http/websocket/DefaultWebSocketFrame.java | 2 +- .../netty/handler/codec/http/websocket/WebSocketFrame.java | 2 +- .../handler/codec/http/websocket/WebSocketFrameDecoder.java | 2 +- .../handler/codec/http/websocket/WebSocketFrameEncoder.java | 2 +- .../codec/http/websocketx/WebSocket00FrameDecoder.java | 2 +- .../codec/http/websocketx/WebSocket00FrameEncoder.java | 2 +- .../codec/http/websocketx/WebSocketClientHandshaker00.java | 2 +- .../codec/http/websocketx/WebSocketClientHandshaker10.java | 2 +- .../codec/http/websocketx/WebSocketClientHandshaker17.java | 2 +- .../http/websocketx/WebSocketClientHandshakerFactory.java | 2 +- .../netty/handler/codec/http/websocketx/WebSocketFrame.java | 2 +- .../handler/codec/http/websocketx/WebSocketFrameType.java | 2 +- .../codec/http/websocketx/WebSocketHandshakeException.java | 2 +- .../codec/http/websocketx/WebSocketServerHandshaker.java | 2 +- .../codec/http/websocketx/WebSocketServerHandshaker00.java | 2 +- .../codec/http/websocketx/WebSocketServerHandshaker10.java | 2 +- .../codec/http/websocketx/WebSocketServerHandshaker17.java | 2 +- .../http/websocketx/WebSocketServerHandshakerFactory.java | 2 +- .../http/websocketx/WebSocketSpecificationVersion.java | 2 +- .../java/io/netty/handler/codec/oneone/OneToOneDecoder.java | 2 +- .../java/io/netty/handler/codec/oneone/OneToOneEncoder.java | 2 +- .../io/netty/handler/codec/protobuf/ProtobufDecoder.java | 2 +- .../io/netty/handler/codec/protobuf/ProtobufEncoder.java | 2 +- .../codec/protobuf/ProtobufVarint32FrameDecoder.java | 2 +- .../protobuf/ProtobufVarint32LengthFieldPrepender.java | 2 +- .../java/io/netty/handler/codec/replay/ReplayError.java | 2 +- .../io/netty/handler/codec/replay/ReplayingDecoder.java | 2 +- .../netty/handler/codec/replay/ReplayingDecoderBuffer.java | 2 +- .../codec/replay/UnreplayableOperationException.java | 2 +- .../handler/codec/replay/UnsafeDynamicChannelBuffer.java | 2 +- src/main/java/io/netty/handler/codec/replay/VoidEnum.java | 2 +- src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java | 6 +++--- .../io/netty/handler/codec/rtsp/RtspMessageDecoder.java | 2 +- .../io/netty/handler/codec/rtsp/RtspMessageEncoder.java | 2 +- src/main/java/io/netty/handler/codec/rtsp/RtspMethods.java | 2 +- .../io/netty/handler/codec/rtsp/RtspRequestDecoder.java | 2 +- .../io/netty/handler/codec/rtsp/RtspRequestEncoder.java | 2 +- .../io/netty/handler/codec/rtsp/RtspResponseDecoder.java | 2 +- .../io/netty/handler/codec/rtsp/RtspResponseEncoder.java | 2 +- .../io/netty/handler/codec/rtsp/RtspResponseStatuses.java | 2 +- src/main/java/io/netty/handler/codec/rtsp/RtspVersions.java | 2 +- .../codec/serialization/CompactObjectInputStream.java | 2 +- .../codec/serialization/CompactObjectOutputStream.java | 2 +- .../codec/serialization/CompatibleObjectDecoder.java | 2 +- .../codec/serialization/CompatibleObjectDecoderState.java | 2 +- .../codec/serialization/CompatibleObjectEncoder.java | 2 +- .../io/netty/handler/codec/serialization/ObjectDecoder.java | 2 +- .../codec/serialization/ObjectDecoderInputStream.java | 2 +- .../io/netty/handler/codec/serialization/ObjectEncoder.java | 2 +- .../codec/serialization/ObjectEncoderOutputStream.java | 2 +- .../handler/codec/serialization/SwitchableInputStream.java | 2 +- .../java/io/netty/handler/codec/string/StringDecoder.java | 2 +- .../java/io/netty/handler/codec/string/StringEncoder.java | 2 +- .../io/netty/handler/execution/ChannelEventRunnable.java | 2 +- .../java/io/netty/handler/execution/ExecutionHandler.java | 2 +- .../handler/execution/MemoryAwareThreadPoolExecutor.java | 2 +- .../execution/OrderedMemoryAwareThreadPoolExecutor.java | 2 +- src/main/java/io/netty/handler/logging/LoggingHandler.java | 2 +- .../java/io/netty/handler/queue/BlockingReadHandler.java | 2 +- .../netty/handler/queue/BlockingReadTimeoutException.java | 2 +- .../java/io/netty/handler/queue/BufferedWriteHandler.java | 2 +- .../io/netty/handler/region/ChannelWritableByteChannel.java | 2 +- .../java/io/netty/handler/region/FileRegionEncoder.java | 2 +- src/main/java/io/netty/handler/ssl/ImmediateExecutor.java | 2 +- src/main/java/io/netty/handler/ssl/SslBufferPool.java | 2 +- src/main/java/io/netty/handler/ssl/SslHandler.java | 2 +- src/main/java/io/netty/handler/stream/ChunkedFile.java | 2 +- src/main/java/io/netty/handler/stream/ChunkedInput.java | 2 +- src/main/java/io/netty/handler/stream/ChunkedNioFile.java | 2 +- src/main/java/io/netty/handler/stream/ChunkedNioStream.java | 2 +- src/main/java/io/netty/handler/stream/ChunkedStream.java | 2 +- .../java/io/netty/handler/stream/ChunkedWriteHandler.java | 2 +- .../io/netty/handler/timeout/DefaultIdleStateEvent.java | 2 +- src/main/java/io/netty/handler/timeout/IdleState.java | 2 +- .../netty/handler/timeout/IdleStateAwareChannelHandler.java | 2 +- .../timeout/IdleStateAwareChannelUpstreamHandler.java | 2 +- src/main/java/io/netty/handler/timeout/IdleStateEvent.java | 2 +- .../java/io/netty/handler/timeout/IdleStateHandler.java | 2 +- .../java/io/netty/handler/timeout/ReadTimeoutException.java | 2 +- .../java/io/netty/handler/timeout/ReadTimeoutHandler.java | 2 +- .../java/io/netty/handler/timeout/TimeoutException.java | 2 +- .../io/netty/handler/timeout/WriteTimeoutException.java | 2 +- .../java/io/netty/handler/timeout/WriteTimeoutHandler.java | 4 ++-- src/main/java/io/netty/logging/AbstractInternalLogger.java | 2 +- src/main/java/io/netty/logging/CommonsLogger.java | 2 +- src/main/java/io/netty/logging/CommonsLoggerFactory.java | 2 +- src/main/java/io/netty/logging/InternalLogLevel.java | 2 +- src/main/java/io/netty/logging/InternalLogger.java | 2 +- src/main/java/io/netty/logging/InternalLoggerFactory.java | 2 +- src/main/java/io/netty/logging/JBossLogger.java | 2 +- src/main/java/io/netty/logging/JBossLoggerFactory.java | 2 +- src/main/java/io/netty/logging/JdkLogger.java | 2 +- src/main/java/io/netty/logging/JdkLoggerFactory.java | 2 +- src/main/java/io/netty/logging/Log4JLogger.java | 2 +- src/main/java/io/netty/logging/Log4JLoggerFactory.java | 2 +- src/main/java/io/netty/logging/OsgiLogger.java | 2 +- src/main/java/io/netty/logging/OsgiLoggerFactory.java | 2 +- src/main/java/io/netty/logging/Slf4JLogger.java | 2 +- src/main/java/io/netty/logging/Slf4JLoggerFactory.java | 2 +- src/main/java/io/netty/util/CharsetUtil.java | 2 +- src/main/java/io/netty/util/DebugUtil.java | 2 +- src/main/java/io/netty/util/DefaultObjectSizeEstimator.java | 2 +- src/main/java/io/netty/util/EstimatableObjectWrapper.java | 2 +- src/main/java/io/netty/util/ExternalResourceReleasable.java | 2 +- src/main/java/io/netty/util/ExternalResourceUtil.java | 2 +- src/main/java/io/netty/util/HashedWheelTimer.java | 2 +- src/main/java/io/netty/util/MapBackedSet.java | 2 +- src/main/java/io/netty/util/NamedThreadFactory.java | 2 +- src/main/java/io/netty/util/ObjectSizeEstimator.java | 2 +- src/main/java/io/netty/util/Timeout.java | 2 +- src/main/java/io/netty/util/Timer.java | 2 +- src/main/java/io/netty/util/TimerTask.java | 2 +- src/main/java/io/netty/util/UnsafeDetectUtil.java | 2 +- src/main/java/io/netty/util/VirtualExecutorService.java | 2 +- .../java/io/netty/util/internal/AtomicFieldUpdaterUtil.java | 2 +- src/main/java/io/netty/util/internal/ConcurrentHashMap.java | 2 +- .../io/netty/util/internal/ConcurrentIdentityHashMap.java | 2 +- .../util/internal/ConcurrentIdentityWeakKeyHashMap.java | 2 +- .../io/netty/util/internal/ConcurrentWeakKeyHashMap.java | 2 +- src/main/java/io/netty/util/internal/ConversionUtil.java | 2 +- src/main/java/io/netty/util/internal/ExecutorUtil.java | 2 +- .../io/netty/util/internal/LegacyLinkedTransferQueue.java | 2 +- src/main/java/io/netty/util/internal/NonReentrantLock.java | 2 +- src/main/java/io/netty/util/internal/QueueFactory.java | 2 +- src/main/java/io/netty/util/internal/ReusableIterator.java | 2 +- .../netty/util/internal/SharedResourceMisuseDetector.java | 2 +- .../java/io/netty/util/internal/StackTraceSimplifier.java | 2 +- src/main/java/io/netty/util/internal/StringUtil.java | 2 +- .../java/io/netty/util/internal/SystemPropertyUtil.java | 2 +- .../java/io/netty/util/internal/ThreadLocalBoolean.java | 2 +- .../java/io/netty/util/internal/UnterminatableExecutor.java | 2 +- .../netty/bootstrap/AbstractSocketClientBootstrapTest.java | 2 +- .../netty/bootstrap/AbstractSocketServerBootstrapTest.java | 2 +- .../java/io/netty/bootstrap/BootstrapOrderedMapTest.java | 2 +- src/test/java/io/netty/bootstrap/BootstrapTest.java | 2 +- .../io/netty/bootstrap/NioSocketClientBootstrapTest.java | 2 +- .../io/netty/bootstrap/NioSocketServerBootstrapTest.java | 2 +- .../io/netty/bootstrap/OioSocketClientBootstrapTest.java | 2 +- .../io/netty/bootstrap/OioSocketServerBootstrapTest.java | 2 +- .../java/io/netty/buffer/AbstractChannelBufferTest.java | 2 +- .../io/netty/buffer/AbstractCompositeChannelBufferTest.java | 2 +- .../netty/buffer/BigEndianCompositeChannelBufferTest.java | 2 +- .../io/netty/buffer/BigEndianDirectChannelBufferTest.java | 2 +- .../io/netty/buffer/BigEndianHeapChannelBufferTest.java | 2 +- .../netty/buffer/ByteBufferBackedHeapChannelBufferTest.java | 2 +- .../java/io/netty/buffer/ChannelBufferIndexFinderTest.java | 2 +- src/test/java/io/netty/buffer/ChannelBufferStreamTest.java | 2 +- src/test/java/io/netty/buffer/ChannelBuffersTest.java | 2 +- .../java/io/netty/buffer/DuplicateChannelBufferTest.java | 2 +- src/test/java/io/netty/buffer/DynamicChannelBufferTest.java | 2 +- .../buffer/LittleEndianCompositeChannelBufferTest.java | 2 +- .../netty/buffer/LittleEndianDirectChannelBufferTest.java | 2 +- .../io/netty/buffer/LittleEndianHeapChannelBufferTest.java | 2 +- .../java/io/netty/buffer/ReadOnlyChannelBufferTest.java | 2 +- src/test/java/io/netty/buffer/SlicedChannelBufferTest.java | 2 +- .../java/io/netty/buffer/TruncatedChannelBufferTest.java | 2 +- .../java/io/netty/channel/CompleteChannelFutureTest.java | 2 +- src/test/java/io/netty/channel/FailedChannelFutureTest.java | 2 +- .../java/io/netty/channel/StaticChannelPipelineTest.java | 2 +- .../java/io/netty/channel/SucceededChannelFutureTest.java | 2 +- .../io/netty/channel/socket/AbstractSocketEchoTest.java | 2 +- .../channel/socket/NioClientSocketShutdownTimeTest.java | 2 +- .../java/io/netty/channel/socket/NioNioSocketEchoTest.java | 2 +- .../java/io/netty/channel/socket/NioOioSocketEchoTest.java | 2 +- .../channel/socket/NioServerSocketShutdownTimeTest.java | 2 +- .../java/io/netty/channel/socket/OioNioSocketEchoTest.java | 2 +- .../java/io/netty/channel/socket/OioOioSocketEchoTest.java | 2 +- .../io/netty/channel/socket/nio/NioDatagramChannelTest.java | 2 +- .../java/io/netty/channel/socket/nio/SimpleHandler.java | 2 +- src/test/java/io/netty/channel/socket/nio/UdpClient.java | 2 +- .../io/netty/handler/codec/bytes/ByteArrayDecoderTest.java | 2 +- .../io/netty/handler/codec/bytes/ByteArrayEncoderTest.java | 2 +- .../codec/frame/AbstractSocketFixedLengthEchoTest.java | 2 +- .../codec/frame/NioNioSocketFixedLengthEchoTest.java | 2 +- .../codec/frame/NioOioSocketFixedLengthEchoTest.java | 2 +- .../codec/frame/OioNioSocketFixedLengthEchoTest.java | 2 +- .../codec/frame/OioOioSocketFixedLengthEchoTest.java | 2 +- .../java/io/netty/handler/codec/http/CookieDecoderTest.java | 2 +- .../java/io/netty/handler/codec/http/CookieEncoderTest.java | 2 +- .../io/netty/handler/codec/http/DefaultHttpMessageTest.java | 2 +- .../io/netty/handler/codec/http/QueryStringDecoderTest.java | 2 +- .../codec/protobuf/ProtobufVarint32FrameDecoderTest.java | 2 +- .../protobuf/ProtobufVarint32LengthFieldPrependerTest.java | 2 +- .../io/netty/handler/codec/replay/ReplayingDecoderTest.java | 2 +- .../AbstractSocketCompatibleObjectStreamEchoTest.java | 2 +- .../serialization/AbstractSocketObjectStreamEchoTest.java | 2 +- .../NioNioSocketCompatibleObjectStreamEchoTest.java | 2 +- .../serialization/NioNioSocketObjectStreamEchoTest.java | 2 +- .../NioOioSocketCompatibleObjectStreamEchoTest.java | 2 +- .../serialization/NioOioSocketObjectStreamEchoTest.java | 2 +- .../OioNioSocketCompatibleObjectStreamEchoTest.java | 2 +- .../serialization/OioNioSocketObjectStreamEchoTest.java | 2 +- .../OioOioSocketCompatibleObjectStreamEchoTest.java | 2 +- .../serialization/OioOioSocketObjectStreamEchoTest.java | 2 +- .../codec/serialization/SwitchableInputStreamTest.java | 2 +- .../handler/codec/string/AbstractSocketStringEchoTest.java | 2 +- .../handler/codec/string/NioNioSocketStringEchoTest.java | 2 +- .../handler/codec/string/NioOioSocketStringEchoTest.java | 2 +- .../handler/codec/string/OioNioSocketStringEchoTest.java | 2 +- .../handler/codec/string/OioOioSocketStringEchoTest.java | 2 +- .../io/netty/handler/ssl/AbstractSocketSslEchoTest.java | 2 +- .../java/io/netty/handler/ssl/ImmediateExecutorTest.java | 2 +- .../java/io/netty/handler/ssl/NioNioSocketSslEchoTest.java | 2 +- .../java/io/netty/handler/ssl/NioOioSocketSslEchoTest.java | 2 +- .../java/io/netty/handler/ssl/OioNioSocketSslEchoTest.java | 2 +- .../java/io/netty/handler/ssl/OioOioSocketSslEchoTest.java | 2 +- .../java/io/netty/logging/CommonsLoggerFactoryTest.java | 2 +- src/test/java/io/netty/logging/CommonsLoggerTest.java | 2 +- .../java/io/netty/logging/InternalLoggerFactoryTest.java | 2 +- src/test/java/io/netty/logging/JBossLoggerFactoryTest.java | 2 +- src/test/java/io/netty/logging/JBossLoggerTest.java | 2 +- src/test/java/io/netty/logging/JdkLoggerFactoryTest.java | 2 +- src/test/java/io/netty/logging/JdkLoggerTest.java | 2 +- src/test/java/io/netty/logging/Log4JLoggerFactoryTest.java | 2 +- src/test/java/io/netty/logging/Log4JLoggerTest.java | 2 +- src/test/java/io/netty/logging/Slf4JLoggerFactoryTest.java | 2 +- src/test/java/io/netty/logging/Slf4JLoggerTest.java | 2 +- src/test/java/io/netty/util/DebugUtilTest.java | 2 +- src/test/java/io/netty/util/DummyHandler.java | 2 +- src/test/java/io/netty/util/MapBackedSetTest.java | 2 +- src/test/java/io/netty/util/TestUtil.java | 2 +- .../java/io/netty/util/internal/ConversionUtilTest.java | 2 +- .../io/netty/util/internal/StackTraceSimplifierTest.java | 2 +- src/test/java/io/netty/util/internal/StringUtilTest.java | 2 +- 573 files changed, 581 insertions(+), 581 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 02bb426a3d..0ff9339feb 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -4,7 +4,7 @@ Please visit the Netty web site for more information: - * http://www.jboss.org/netty/ + * http://netty.io/ Copyright 2009 Red Hat, Inc. diff --git a/src/argouml/netty.uml b/src/argouml/netty.uml index d060e92f1c..72688ed7dd 100644 --- a/src/argouml/netty.uml +++ b/src/argouml/netty.uml @@ -6,7 +6,7 @@ netty-dev@lists.jboss.org 0.28 - http://www.jboss.org/netty/ + http://netty.io/ diff --git a/src/javadoc/overview.html b/src/javadoc/overview.html index f7511a29fe..7b31bdfb81 100644 --- a/src/javadoc/overview.html +++ b/src/javadoc/overview.html @@ -19,6 +19,6 @@
-

The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP/IP socket server.

+

The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP/IP socket server.

diff --git a/src/main/java/io/netty/bootstrap/Bootstrap.java b/src/main/java/io/netty/bootstrap/Bootstrap.java index 11c9555f52..dad3916fa1 100644 --- a/src/main/java/io/netty/bootstrap/Bootstrap.java +++ b/src/main/java/io/netty/bootstrap/Bootstrap.java @@ -40,7 +40,7 @@ import io.netty.util.ExternalResourceReleasable; * and {@link ConnectionlessBootstrap} for client side, server-side, and * connectionless (e.g. UDP) channel initialization respectively. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.uses io.netty.channel.ChannelFactory diff --git a/src/main/java/io/netty/bootstrap/ClientBootstrap.java b/src/main/java/io/netty/bootstrap/ClientBootstrap.java index d973633e41..6d8fa760b5 100644 --- a/src/main/java/io/netty/bootstrap/ClientBootstrap.java +++ b/src/main/java/io/netty/bootstrap/ClientBootstrap.java @@ -103,7 +103,7 @@ import io.netty.channel.Channels; * {@link ChannelFactory} to apply different settings for different * {@link Channel}s. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/bootstrap/ConnectionlessBootstrap.java b/src/main/java/io/netty/bootstrap/ConnectionlessBootstrap.java index e54c68cd7c..057058b0c4 100644 --- a/src/main/java/io/netty/bootstrap/ConnectionlessBootstrap.java +++ b/src/main/java/io/netty/bootstrap/ConnectionlessBootstrap.java @@ -112,7 +112,7 @@ import io.netty.channel.Channels; * {@link ChannelFactory} to apply different settings for different * {@link Channel}s. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/bootstrap/ServerBootstrap.java b/src/main/java/io/netty/bootstrap/ServerBootstrap.java index cf74df41cf..b45667f2cb 100644 --- a/src/main/java/io/netty/bootstrap/ServerBootstrap.java +++ b/src/main/java/io/netty/bootstrap/ServerBootstrap.java @@ -153,7 +153,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; * {@link ChannelFactory} to apply different settings for different * {@link Channel}s. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/buffer/AbstractChannelBuffer.java b/src/main/java/io/netty/buffer/AbstractChannelBuffer.java index 5b413d75ed..64e43db894 100644 --- a/src/main/java/io/netty/buffer/AbstractChannelBuffer.java +++ b/src/main/java/io/netty/buffer/AbstractChannelBuffer.java @@ -27,7 +27,7 @@ import java.nio.charset.Charset; /** * A skeletal implementation of a buffer. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractChannelBuffer implements ChannelBuffer { diff --git a/src/main/java/io/netty/buffer/AbstractChannelBufferFactory.java b/src/main/java/io/netty/buffer/AbstractChannelBufferFactory.java index 0be05dcca4..2934ad8fdb 100644 --- a/src/main/java/io/netty/buffer/AbstractChannelBufferFactory.java +++ b/src/main/java/io/netty/buffer/AbstractChannelBufferFactory.java @@ -20,7 +20,7 @@ import java.nio.ByteOrder; /** * A skeletal implementation of {@link ChannelBufferFactory}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractChannelBufferFactory implements ChannelBufferFactory { diff --git a/src/main/java/io/netty/buffer/BigEndianHeapChannelBuffer.java b/src/main/java/io/netty/buffer/BigEndianHeapChannelBuffer.java index dc82e014b4..1d5ca30b11 100644 --- a/src/main/java/io/netty/buffer/BigEndianHeapChannelBuffer.java +++ b/src/main/java/io/netty/buffer/BigEndianHeapChannelBuffer.java @@ -23,7 +23,7 @@ import java.nio.ByteOrder; * and {@link ChannelBuffers#wrappedBuffer(byte[])} instead of calling the * constructor explicitly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class BigEndianHeapChannelBuffer extends HeapChannelBuffer { diff --git a/src/main/java/io/netty/buffer/ByteBufferBackedChannelBuffer.java b/src/main/java/io/netty/buffer/ByteBufferBackedChannelBuffer.java index eec4f6e857..ebd08bfd36 100644 --- a/src/main/java/io/netty/buffer/ByteBufferBackedChannelBuffer.java +++ b/src/main/java/io/netty/buffer/ByteBufferBackedChannelBuffer.java @@ -29,7 +29,7 @@ import java.nio.channels.ScatteringByteChannel; * and {@link ChannelBuffers#wrappedBuffer(ByteBuffer)} instead of calling the * constructor explicitly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ByteBufferBackedChannelBuffer extends AbstractChannelBuffer { diff --git a/src/main/java/io/netty/buffer/ChannelBuffer.java b/src/main/java/io/netty/buffer/ChannelBuffer.java index 64eb9065bb..ca354b56a3 100644 --- a/src/main/java/io/netty/buffer/ChannelBuffer.java +++ b/src/main/java/io/netty/buffer/ChannelBuffer.java @@ -229,7 +229,7 @@ import java.nio.charset.UnsupportedCharsetException; * Please refer to {@link ChannelBufferInputStream} and * {@link ChannelBufferOutputStream}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/buffer/ChannelBufferFactory.java b/src/main/java/io/netty/buffer/ChannelBufferFactory.java index d529438ee7..49ce385f34 100644 --- a/src/main/java/io/netty/buffer/ChannelBufferFactory.java +++ b/src/main/java/io/netty/buffer/ChannelBufferFactory.java @@ -21,7 +21,7 @@ import java.nio.ByteOrder; /** * A factory that creates or pools {@link ChannelBuffer}s. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface ChannelBufferFactory { diff --git a/src/main/java/io/netty/buffer/ChannelBufferIndexFinder.java b/src/main/java/io/netty/buffer/ChannelBufferIndexFinder.java index 147e78c20a..58c4f2712f 100644 --- a/src/main/java/io/netty/buffer/ChannelBufferIndexFinder.java +++ b/src/main/java/io/netty/buffer/ChannelBufferIndexFinder.java @@ -25,7 +25,7 @@ package io.netty.buffer; * {@link ChannelBuffer#bytesBefore(int, int, ChannelBufferIndexFinder)} * for more explanation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.uses io.netty.buffer.ChannelBuffer diff --git a/src/main/java/io/netty/buffer/ChannelBufferInputStream.java b/src/main/java/io/netty/buffer/ChannelBufferInputStream.java index b60f208824..7b5e8299db 100644 --- a/src/main/java/io/netty/buffer/ChannelBufferInputStream.java +++ b/src/main/java/io/netty/buffer/ChannelBufferInputStream.java @@ -32,7 +32,7 @@ import java.io.InputStream; * The endianness of the stream is not always big endian but depends on * the endianness of the underlying buffer. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @see ChannelBufferOutputStream diff --git a/src/main/java/io/netty/buffer/ChannelBufferOutputStream.java b/src/main/java/io/netty/buffer/ChannelBufferOutputStream.java index 5ec9f4115f..f6669c206e 100644 --- a/src/main/java/io/netty/buffer/ChannelBufferOutputStream.java +++ b/src/main/java/io/netty/buffer/ChannelBufferOutputStream.java @@ -31,7 +31,7 @@ import java.io.OutputStream; * The endianness of the stream is not always big endian but depends on * the endianness of the underlying buffer. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @see ChannelBufferInputStream diff --git a/src/main/java/io/netty/buffer/ChannelBuffers.java b/src/main/java/io/netty/buffer/ChannelBuffers.java index 07f2be9df8..2e17eb2855 100644 --- a/src/main/java/io/netty/buffer/ChannelBuffers.java +++ b/src/main/java/io/netty/buffer/ChannelBuffers.java @@ -82,7 +82,7 @@ import io.netty.util.CharsetUtil; * of a new buffer type, generation of hex dump and swapping an integer's * byte order. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/buffer/CompositeChannelBuffer.java b/src/main/java/io/netty/buffer/CompositeChannelBuffer.java index a3d4df39cf..81bd12e4e7 100644 --- a/src/main/java/io/netty/buffer/CompositeChannelBuffer.java +++ b/src/main/java/io/netty/buffer/CompositeChannelBuffer.java @@ -32,7 +32,7 @@ import java.util.List; * is recommended to use {@link ChannelBuffers#wrappedBuffer(ChannelBuffer...)} * instead of calling the constructor explicitly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Frederic Bregier (fredbregier@free.fr) */ diff --git a/src/main/java/io/netty/buffer/DirectChannelBufferFactory.java b/src/main/java/io/netty/buffer/DirectChannelBufferFactory.java index 96d034a8ac..e2e0102d1e 100644 --- a/src/main/java/io/netty/buffer/DirectChannelBufferFactory.java +++ b/src/main/java/io/netty/buffer/DirectChannelBufferFactory.java @@ -30,7 +30,7 @@ import java.nio.ByteOrder; * this problem by allocating a large chunk of pre-allocated direct buffer and * reducing the number of the garbage collected internal direct buffer objects. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DirectChannelBufferFactory extends AbstractChannelBufferFactory { diff --git a/src/main/java/io/netty/buffer/DuplicatedChannelBuffer.java b/src/main/java/io/netty/buffer/DuplicatedChannelBuffer.java index eeed1ff8ac..99f1843596 100644 --- a/src/main/java/io/netty/buffer/DuplicatedChannelBuffer.java +++ b/src/main/java/io/netty/buffer/DuplicatedChannelBuffer.java @@ -29,7 +29,7 @@ import java.nio.channels.ScatteringByteChannel; * parent. It is recommended to use {@link ChannelBuffer#duplicate()} instead * of calling the constructor explicitly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DuplicatedChannelBuffer extends AbstractChannelBuffer implements WrappedChannelBuffer { diff --git a/src/main/java/io/netty/buffer/DynamicChannelBuffer.java b/src/main/java/io/netty/buffer/DynamicChannelBuffer.java index ed4dbb7480..36204ca85c 100644 --- a/src/main/java/io/netty/buffer/DynamicChannelBuffer.java +++ b/src/main/java/io/netty/buffer/DynamicChannelBuffer.java @@ -29,7 +29,7 @@ import java.nio.channels.ScatteringByteChannel; * recommended to use {@link ChannelBuffers#dynamicBuffer(int)} instead of * calling the constructor explicitly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DynamicChannelBuffer extends AbstractChannelBuffer { diff --git a/src/main/java/io/netty/buffer/HeapChannelBuffer.java b/src/main/java/io/netty/buffer/HeapChannelBuffer.java index b693830ab4..8be3a347ee 100644 --- a/src/main/java/io/netty/buffer/HeapChannelBuffer.java +++ b/src/main/java/io/netty/buffer/HeapChannelBuffer.java @@ -26,7 +26,7 @@ import java.nio.channels.ScatteringByteChannel; /** * A skeletal implementation for Java heap buffers. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class HeapChannelBuffer extends AbstractChannelBuffer { diff --git a/src/main/java/io/netty/buffer/HeapChannelBufferFactory.java b/src/main/java/io/netty/buffer/HeapChannelBufferFactory.java index 02b5d55d1a..6310bd5a8b 100644 --- a/src/main/java/io/netty/buffer/HeapChannelBufferFactory.java +++ b/src/main/java/io/netty/buffer/HeapChannelBufferFactory.java @@ -24,7 +24,7 @@ import java.nio.ByteOrder; * very well in most situations because it relies on the JVM garbage collector, * which is highly optimized for heap allocation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class HeapChannelBufferFactory extends AbstractChannelBufferFactory { diff --git a/src/main/java/io/netty/buffer/LittleEndianHeapChannelBuffer.java b/src/main/java/io/netty/buffer/LittleEndianHeapChannelBuffer.java index 5dd12a7e37..97ed2c55cf 100644 --- a/src/main/java/io/netty/buffer/LittleEndianHeapChannelBuffer.java +++ b/src/main/java/io/netty/buffer/LittleEndianHeapChannelBuffer.java @@ -23,7 +23,7 @@ import java.nio.ByteOrder; * and {@link ChannelBuffers#wrappedBuffer(ByteOrder, byte[])} instead of * calling the constructor explicitly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class LittleEndianHeapChannelBuffer extends HeapChannelBuffer { diff --git a/src/main/java/io/netty/buffer/ReadOnlyChannelBuffer.java b/src/main/java/io/netty/buffer/ReadOnlyChannelBuffer.java index 2b9b3d2ff9..1b075f69c6 100644 --- a/src/main/java/io/netty/buffer/ReadOnlyChannelBuffer.java +++ b/src/main/java/io/netty/buffer/ReadOnlyChannelBuffer.java @@ -29,7 +29,7 @@ import java.nio.channels.ScatteringByteChannel; * recommended to use {@link ChannelBuffers#unmodifiableBuffer(ChannelBuffer)} * instead of calling the constructor explicitly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ReadOnlyChannelBuffer extends AbstractChannelBuffer implements WrappedChannelBuffer { diff --git a/src/main/java/io/netty/buffer/SlicedChannelBuffer.java b/src/main/java/io/netty/buffer/SlicedChannelBuffer.java index c062bbac32..2a10cb72ed 100644 --- a/src/main/java/io/netty/buffer/SlicedChannelBuffer.java +++ b/src/main/java/io/netty/buffer/SlicedChannelBuffer.java @@ -30,7 +30,7 @@ import java.nio.channels.ScatteringByteChannel; * {@link ChannelBuffer#slice(int, int)} instead of calling the constructor * explicitly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SlicedChannelBuffer extends AbstractChannelBuffer implements WrappedChannelBuffer { diff --git a/src/main/java/io/netty/buffer/TruncatedChannelBuffer.java b/src/main/java/io/netty/buffer/TruncatedChannelBuffer.java index d55b9be897..d533bcd093 100644 --- a/src/main/java/io/netty/buffer/TruncatedChannelBuffer.java +++ b/src/main/java/io/netty/buffer/TruncatedChannelBuffer.java @@ -30,7 +30,7 @@ import java.nio.channels.ScatteringByteChannel; * {@link ChannelBuffer#slice(int, int)} instead of calling the constructor * explicitly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class TruncatedChannelBuffer extends AbstractChannelBuffer implements WrappedChannelBuffer { diff --git a/src/main/java/io/netty/buffer/WrappedChannelBuffer.java b/src/main/java/io/netty/buffer/WrappedChannelBuffer.java index 27def1f877..caba8296c3 100644 --- a/src/main/java/io/netty/buffer/WrappedChannelBuffer.java +++ b/src/main/java/io/netty/buffer/WrappedChannelBuffer.java @@ -19,7 +19,7 @@ package io.netty.buffer; * The common interface for buffer wrappers and derived buffers. Most users won't * need to use this interface. It is used internally in most cases. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface WrappedChannelBuffer extends ChannelBuffer { diff --git a/src/main/java/io/netty/channel/AbstractChannel.java b/src/main/java/io/netty/channel/AbstractChannel.java index fb829c3e1c..94dce30ee6 100644 --- a/src/main/java/io/netty/channel/AbstractChannel.java +++ b/src/main/java/io/netty/channel/AbstractChannel.java @@ -23,7 +23,7 @@ import io.netty.util.internal.ConcurrentHashMap; /** * A skeletal {@link Channel} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * */ diff --git a/src/main/java/io/netty/channel/AbstractChannelSink.java b/src/main/java/io/netty/channel/AbstractChannelSink.java index be9c3c98b0..fdd1a43e70 100644 --- a/src/main/java/io/netty/channel/AbstractChannelSink.java +++ b/src/main/java/io/netty/channel/AbstractChannelSink.java @@ -20,7 +20,7 @@ import static io.netty.channel.Channels.*; /** * A skeletal {@link ChannelSink} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractChannelSink implements ChannelSink { diff --git a/src/main/java/io/netty/channel/AbstractServerChannel.java b/src/main/java/io/netty/channel/AbstractServerChannel.java index 1498ec0bb5..ea649d6a16 100644 --- a/src/main/java/io/netty/channel/AbstractServerChannel.java +++ b/src/main/java/io/netty/channel/AbstractServerChannel.java @@ -30,7 +30,7 @@ import java.net.SocketAddress; *
  • and the shortcut methods which calls the methods mentioned above * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractServerChannel extends AbstractChannel implements ServerChannel { diff --git a/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictor.java b/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictor.java index 50a5ade025..30eab26729 100644 --- a/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictor.java +++ b/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictor.java @@ -28,7 +28,7 @@ import java.util.List; * amount of the allocated buffer two times consecutively. Otherwise, it keeps * returning the same prediction. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class AdaptiveReceiveBufferSizePredictor implements diff --git a/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictorFactory.java b/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictorFactory.java index 02eebf774e..52f1c34177 100644 --- a/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictorFactory.java +++ b/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictorFactory.java @@ -20,7 +20,7 @@ package io.netty.channel; * The {@link ReceiveBufferSizePredictorFactory} that creates a new * {@link AdaptiveReceiveBufferSizePredictor}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class AdaptiveReceiveBufferSizePredictorFactory implements diff --git a/src/main/java/io/netty/channel/Channel.java b/src/main/java/io/netty/channel/Channel.java index 7d96722aec..3e0b102675 100644 --- a/src/main/java/io/netty/channel/Channel.java +++ b/src/main/java/io/netty/channel/Channel.java @@ -100,7 +100,7 @@ import io.netty.channel.socket.nio.NioSocketChannelConfig; * to determine when to set or clear the {@link #OP_WRITE} flag. *

    * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/ChannelConfig.java b/src/main/java/io/netty/channel/ChannelConfig.java index 4307cb3fb2..32db7d8bd8 100644 --- a/src/main/java/io/netty/channel/ChannelConfig.java +++ b/src/main/java/io/netty/channel/ChannelConfig.java @@ -60,7 +60,7 @@ import io.netty.channel.socket.nio.NioSocketChannelConfig; * example, you can configure the parameters which are specific to a TCP/IP * socket as explained in {@link SocketChannelConfig} or {@link NioSocketChannelConfig}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.has io.netty.channel.ChannelPipelineFactory diff --git a/src/main/java/io/netty/channel/ChannelDownstreamHandler.java b/src/main/java/io/netty/channel/ChannelDownstreamHandler.java index 4919ac8d4b..6adb47d2a7 100644 --- a/src/main/java/io/netty/channel/ChannelDownstreamHandler.java +++ b/src/main/java/io/netty/channel/ChannelDownstreamHandler.java @@ -68,7 +68,7 @@ package io.netty.channel; * accesses a shared resource or stores stateful information, you might need * proper synchronization in the handler implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.exclude ^org\.jboss\.netty\.handler\..*$ diff --git a/src/main/java/io/netty/channel/ChannelEvent.java b/src/main/java/io/netty/channel/ChannelEvent.java index c20b2fb872..c5b083a954 100644 --- a/src/main/java/io/netty/channel/ChannelEvent.java +++ b/src/main/java/io/netty/channel/ChannelEvent.java @@ -178,7 +178,7 @@ import io.netty.channel.socket.ServerSocketChannel; * documentation to find out how an event flows in a pipeline and how to handle * the event in your application. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/ChannelException.java b/src/main/java/io/netty/channel/ChannelException.java index a46b4fac86..3952dbfc99 100644 --- a/src/main/java/io/netty/channel/ChannelException.java +++ b/src/main/java/io/netty/channel/ChannelException.java @@ -18,7 +18,7 @@ package io.netty.channel; /** * A {@link RuntimeException} which is thrown when an I/O operation fails. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.hidden diff --git a/src/main/java/io/netty/channel/ChannelFactory.java b/src/main/java/io/netty/channel/ChannelFactory.java index 7291d04106..f1e5e93fca 100644 --- a/src/main/java/io/netty/channel/ChannelFactory.java +++ b/src/main/java/io/netty/channel/ChannelFactory.java @@ -47,7 +47,7 @@ import io.netty.util.ExternalResourceReleasable; * please refer to the Javadoc of {@link ChannelFactory}'s subtypes, such as * {@link NioServerSocketChannelFactory}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/ChannelFuture.java b/src/main/java/io/netty/channel/ChannelFuture.java index 1782b82870..cf5100d5c8 100644 --- a/src/main/java/io/netty/channel/ChannelFuture.java +++ b/src/main/java/io/netty/channel/ChannelFuture.java @@ -164,7 +164,7 @@ import io.netty.handler.execution.ExecutionHandler; * } * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/ChannelFutureListener.java b/src/main/java/io/netty/channel/ChannelFutureListener.java index f37a29c501..c6255db25d 100644 --- a/src/main/java/io/netty/channel/ChannelFutureListener.java +++ b/src/main/java/io/netty/channel/ChannelFutureListener.java @@ -30,7 +30,7 @@ import java.util.EventListener; * to perform a blocking operation on I/O completion, try to execute the * operation in a different thread using a thread pool. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface ChannelFutureListener extends EventListener { diff --git a/src/main/java/io/netty/channel/ChannelFutureProgressListener.java b/src/main/java/io/netty/channel/ChannelFutureProgressListener.java index a53738872a..22d88a8f57 100644 --- a/src/main/java/io/netty/channel/ChannelFutureProgressListener.java +++ b/src/main/java/io/netty/channel/ChannelFutureProgressListener.java @@ -36,7 +36,7 @@ package io.netty.channel; * to perform a blocking operation on I/O completion, try to execute the * operation in a different thread using a thread pool. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface ChannelFutureProgressListener extends ChannelFutureListener { diff --git a/src/main/java/io/netty/channel/ChannelHandler.java b/src/main/java/io/netty/channel/ChannelHandler.java index 47879d95d3..7d3398184a 100644 --- a/src/main/java/io/netty/channel/ChannelHandler.java +++ b/src/main/java/io/netty/channel/ChannelHandler.java @@ -203,7 +203,7 @@ import io.netty.channel.group.ChannelGroup; * out what a upstream event and a downstream event are, what fundamental * differences they have, and how they flow in a pipeline. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark @@ -223,7 +223,7 @@ public interface ChannelHandler { * This annotation is provided for documentation purpose, just like * the JCIP annotations. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ @Inherited diff --git a/src/main/java/io/netty/channel/ChannelHandlerContext.java b/src/main/java/io/netty/channel/ChannelHandlerContext.java index 1987233e47..dfa045e834 100644 --- a/src/main/java/io/netty/channel/ChannelHandlerContext.java +++ b/src/main/java/io/netty/channel/ChannelHandlerContext.java @@ -117,7 +117,7 @@ package io.netty.channel; * event are, what fundamental differences they have, how they flow in a * pipeline, and how to handle the event in your application. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.owns io.netty.channel.ChannelHandler diff --git a/src/main/java/io/netty/channel/ChannelHandlerLifeCycleException.java b/src/main/java/io/netty/channel/ChannelHandlerLifeCycleException.java index 429e83735c..e02cda96d9 100644 --- a/src/main/java/io/netty/channel/ChannelHandlerLifeCycleException.java +++ b/src/main/java/io/netty/channel/ChannelHandlerLifeCycleException.java @@ -20,7 +20,7 @@ package io.netty.channel; * {@link LifeCycleAwareChannelHandler} throws an {@link Exception} * in its handler methods. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.hidden diff --git a/src/main/java/io/netty/channel/ChannelLocal.java b/src/main/java/io/netty/channel/ChannelLocal.java index 8080a1f3b1..a523b39e64 100644 --- a/src/main/java/io/netty/channel/ChannelLocal.java +++ b/src/main/java/io/netty/channel/ChannelLocal.java @@ -29,7 +29,7 @@ import io.netty.util.internal.ConcurrentIdentityWeakKeyHashMap; * {@link ChannelHandlerContext#setAttachment(Object) ChannelHandlerContext.attachment} * property, which performs better. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @deprecated Use {@link Channel#setAttachment(Object)} and {@link Channel#getAttachment()} diff --git a/src/main/java/io/netty/channel/ChannelPipeline.java b/src/main/java/io/netty/channel/ChannelPipeline.java index 77f2669da6..90b1b7d854 100644 --- a/src/main/java/io/netty/channel/ChannelPipeline.java +++ b/src/main/java/io/netty/channel/ChannelPipeline.java @@ -201,7 +201,7 @@ import io.netty.handler.ssl.SslHandler; * before the removal or make sure there is at least one more handler between * FirstHandler and SecondHandler. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/ChannelPipelineException.java b/src/main/java/io/netty/channel/ChannelPipelineException.java index 0875e04b83..18ed87dd49 100644 --- a/src/main/java/io/netty/channel/ChannelPipelineException.java +++ b/src/main/java/io/netty/channel/ChannelPipelineException.java @@ -20,7 +20,7 @@ package io.netty.channel; * failed to process a {@link ChannelEvent} or when a {@link ChannelPipelineFactory} * failed to initialize a {@link ChannelPipeline}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.hidden diff --git a/src/main/java/io/netty/channel/ChannelPipelineFactory.java b/src/main/java/io/netty/channel/ChannelPipelineFactory.java index 7735e2e78f..b7b7e1d070 100644 --- a/src/main/java/io/netty/channel/ChannelPipelineFactory.java +++ b/src/main/java/io/netty/channel/ChannelPipelineFactory.java @@ -32,7 +32,7 @@ import io.netty.bootstrap.ConnectionlessBootstrap; * creates a new channel, it uses the {@link Bootstrap#getPipelineFactory() "pipelineFactory"} * property to create a new {@link ChannelPipeline} for each new channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.has io.netty.channel.ChannelPipeline oneway - - creates diff --git a/src/main/java/io/netty/channel/ChannelSink.java b/src/main/java/io/netty/channel/ChannelSink.java index 3eb5ca45f6..c537746bd9 100644 --- a/src/main/java/io/netty/channel/ChannelSink.java +++ b/src/main/java/io/netty/channel/ChannelSink.java @@ -23,7 +23,7 @@ package io.netty.channel; * implemented by a transport provider. Most users will not see this type * in their code. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.uses io.netty.channel.ChannelPipeline - - sends events upstream diff --git a/src/main/java/io/netty/channel/ChannelState.java b/src/main/java/io/netty/channel/ChannelState.java index ed5a1072e7..26b2acd388 100644 --- a/src/main/java/io/netty/channel/ChannelState.java +++ b/src/main/java/io/netty/channel/ChannelState.java @@ -74,7 +74,7 @@ import java.net.SocketAddress; *

    * To see how an event is interpreted further, please refer to {@link ChannelEvent}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public enum ChannelState { diff --git a/src/main/java/io/netty/channel/ChannelStateEvent.java b/src/main/java/io/netty/channel/ChannelStateEvent.java index 1a5054f78a..e812bb511e 100644 --- a/src/main/java/io/netty/channel/ChannelStateEvent.java +++ b/src/main/java/io/netty/channel/ChannelStateEvent.java @@ -24,7 +24,7 @@ package io.netty.channel; * find out what an upstream event and a downstream event are and what * fundamental differences they have. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.has io.netty.channel.ChannelState diff --git a/src/main/java/io/netty/channel/ChannelUpstreamHandler.java b/src/main/java/io/netty/channel/ChannelUpstreamHandler.java index 1eb869fc4b..dc48099c0b 100644 --- a/src/main/java/io/netty/channel/ChannelUpstreamHandler.java +++ b/src/main/java/io/netty/channel/ChannelUpstreamHandler.java @@ -84,7 +84,7 @@ import io.netty.handler.execution.ExecutionHandler; * dispatch the events. Please refer to {@link ExecutionHandler} for more * information. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.exclude ^org\.jboss\.netty\.handler\..*$ diff --git a/src/main/java/io/netty/channel/Channels.java b/src/main/java/io/netty/channel/Channels.java index faedd14976..42854a4f1a 100644 --- a/src/main/java/io/netty/channel/Channels.java +++ b/src/main/java/io/netty/channel/Channels.java @@ -46,7 +46,7 @@ import io.netty.util.internal.ConversionUtil; * {@link ChannelHandlerContext#sendUpstream(ChannelEvent)} or * {@link ChannelHandlerContext#sendDownstream(ChannelEvent)} by yourself. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/ChildChannelStateEvent.java b/src/main/java/io/netty/channel/ChildChannelStateEvent.java index 79bb181215..fd95c842ad 100644 --- a/src/main/java/io/netty/channel/ChildChannelStateEvent.java +++ b/src/main/java/io/netty/channel/ChildChannelStateEvent.java @@ -21,7 +21,7 @@ package io.netty.channel; * refer to the {@link ChannelEvent} documentation to find out what an upstream * event and a downstream event are and what fundamental differences they have. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface ChildChannelStateEvent extends ChannelEvent { diff --git a/src/main/java/io/netty/channel/CompleteChannelFuture.java b/src/main/java/io/netty/channel/CompleteChannelFuture.java index 5e2fa421c2..e4fc53ac18 100644 --- a/src/main/java/io/netty/channel/CompleteChannelFuture.java +++ b/src/main/java/io/netty/channel/CompleteChannelFuture.java @@ -24,7 +24,7 @@ import io.netty.logging.InternalLoggerFactory; * A skeletal {@link ChannelFuture} implementation which represents a * {@link ChannelFuture} which has been completed already. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class CompleteChannelFuture implements ChannelFuture { diff --git a/src/main/java/io/netty/channel/DefaultChannelConfig.java b/src/main/java/io/netty/channel/DefaultChannelConfig.java index 2d2441e481..1d7b7756be 100644 --- a/src/main/java/io/netty/channel/DefaultChannelConfig.java +++ b/src/main/java/io/netty/channel/DefaultChannelConfig.java @@ -26,7 +26,7 @@ import io.netty.util.internal.ConversionUtil; /** * The default {@link SocketChannelConfig} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultChannelConfig implements ChannelConfig { diff --git a/src/main/java/io/netty/channel/DefaultChannelFuture.java b/src/main/java/io/netty/channel/DefaultChannelFuture.java index 1bfad67651..cdebbdcb85 100644 --- a/src/main/java/io/netty/channel/DefaultChannelFuture.java +++ b/src/main/java/io/netty/channel/DefaultChannelFuture.java @@ -32,7 +32,7 @@ import io.netty.util.internal.DeadLockProofWorker; * to create a new {@link ChannelFuture} rather than calling the constructor * explicitly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultChannelFuture implements ChannelFuture { diff --git a/src/main/java/io/netty/channel/DefaultChannelPipeline.java b/src/main/java/io/netty/channel/DefaultChannelPipeline.java index 81d7985e98..2246cf73de 100644 --- a/src/main/java/io/netty/channel/DefaultChannelPipeline.java +++ b/src/main/java/io/netty/channel/DefaultChannelPipeline.java @@ -30,7 +30,7 @@ import io.netty.logging.InternalLoggerFactory; * to use {@link Channels#pipeline()} to create a new {@link ChannelPipeline} * instance rather than calling the constructor directly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultChannelPipeline implements ChannelPipeline { diff --git a/src/main/java/io/netty/channel/DefaultChildChannelStateEvent.java b/src/main/java/io/netty/channel/DefaultChildChannelStateEvent.java index 9c6a039344..8c511d962d 100644 --- a/src/main/java/io/netty/channel/DefaultChildChannelStateEvent.java +++ b/src/main/java/io/netty/channel/DefaultChildChannelStateEvent.java @@ -20,7 +20,7 @@ import static io.netty.channel.Channels.*; /** * The default {@link ChildChannelStateEvent} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultChildChannelStateEvent implements ChildChannelStateEvent { diff --git a/src/main/java/io/netty/channel/DefaultExceptionEvent.java b/src/main/java/io/netty/channel/DefaultExceptionEvent.java index d1fdd85a76..1715321353 100644 --- a/src/main/java/io/netty/channel/DefaultExceptionEvent.java +++ b/src/main/java/io/netty/channel/DefaultExceptionEvent.java @@ -22,7 +22,7 @@ import io.netty.util.internal.StackTraceSimplifier; /** * The default {@link ExceptionEvent} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultExceptionEvent implements ExceptionEvent { diff --git a/src/main/java/io/netty/channel/DefaultServerChannelConfig.java b/src/main/java/io/netty/channel/DefaultServerChannelConfig.java index 3b2de73506..433f76d5fc 100644 --- a/src/main/java/io/netty/channel/DefaultServerChannelConfig.java +++ b/src/main/java/io/netty/channel/DefaultServerChannelConfig.java @@ -25,7 +25,7 @@ import io.netty.channel.socket.ServerSocketChannelConfig; /** * The default {@link ServerSocketChannelConfig} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultServerChannelConfig implements ChannelConfig { diff --git a/src/main/java/io/netty/channel/DefaultWriteCompletionEvent.java b/src/main/java/io/netty/channel/DefaultWriteCompletionEvent.java index 41111c3420..3ba96970ff 100644 --- a/src/main/java/io/netty/channel/DefaultWriteCompletionEvent.java +++ b/src/main/java/io/netty/channel/DefaultWriteCompletionEvent.java @@ -20,7 +20,7 @@ import static io.netty.channel.Channels.*; /** * The default {@link WriteCompletionEvent} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultWriteCompletionEvent implements WriteCompletionEvent { diff --git a/src/main/java/io/netty/channel/DownstreamChannelStateEvent.java b/src/main/java/io/netty/channel/DownstreamChannelStateEvent.java index 494f99bdfe..2cd5755140 100644 --- a/src/main/java/io/netty/channel/DownstreamChannelStateEvent.java +++ b/src/main/java/io/netty/channel/DownstreamChannelStateEvent.java @@ -18,7 +18,7 @@ package io.netty.channel; /** * The default downstream {@link ChannelStateEvent} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DownstreamChannelStateEvent implements ChannelStateEvent { diff --git a/src/main/java/io/netty/channel/DownstreamMessageEvent.java b/src/main/java/io/netty/channel/DownstreamMessageEvent.java index db6883a19b..028fbdd28d 100644 --- a/src/main/java/io/netty/channel/DownstreamMessageEvent.java +++ b/src/main/java/io/netty/channel/DownstreamMessageEvent.java @@ -22,7 +22,7 @@ import io.netty.util.internal.StringUtil; /** * The default downstream {@link MessageEvent} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DownstreamMessageEvent implements MessageEvent { diff --git a/src/main/java/io/netty/channel/ExceptionEvent.java b/src/main/java/io/netty/channel/ExceptionEvent.java index 973d49d36a..e010c1a567 100644 --- a/src/main/java/io/netty/channel/ExceptionEvent.java +++ b/src/main/java/io/netty/channel/ExceptionEvent.java @@ -22,7 +22,7 @@ package io.netty.channel; * to find out what an upstream event and a downstream event are and what * fundamental differences they have. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface ExceptionEvent extends ChannelEvent { diff --git a/src/main/java/io/netty/channel/FailedChannelFuture.java b/src/main/java/io/netty/channel/FailedChannelFuture.java index 9093778a88..ee1fe8acd0 100644 --- a/src/main/java/io/netty/channel/FailedChannelFuture.java +++ b/src/main/java/io/netty/channel/FailedChannelFuture.java @@ -20,7 +20,7 @@ package io.netty.channel; * recommended to use {@link Channels#failedFuture(Channel, Throwable)} * instead of calling the constructor of this future. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class FailedChannelFuture extends CompleteChannelFuture { diff --git a/src/main/java/io/netty/channel/FileRegion.java b/src/main/java/io/netty/channel/FileRegion.java index f605ac4d2b..27248b097b 100644 --- a/src/main/java/io/netty/channel/FileRegion.java +++ b/src/main/java/io/netty/channel/FileRegion.java @@ -54,7 +54,7 @@ import io.netty.util.ExternalResourceReleasable; * Attempting to write a {@link FileRegion} to non-NIO {@link Channel} will trigger * a {@link ClassCastException} or a similar exception. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface FileRegion extends ExternalResourceReleasable { diff --git a/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictor.java b/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictor.java index 0913528d8b..198287eff2 100644 --- a/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictor.java +++ b/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictor.java @@ -20,7 +20,7 @@ package io.netty.channel; * The {@link ReceiveBufferSizePredictor} that always yields the same buffer * size prediction. This predictor ignores the feed back from the I/O thread. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class FixedReceiveBufferSizePredictor implements diff --git a/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictorFactory.java b/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictorFactory.java index a4f9459927..09e347345a 100644 --- a/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictorFactory.java +++ b/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictorFactory.java @@ -20,7 +20,7 @@ package io.netty.channel; * The {@link ReceiveBufferSizePredictorFactory} that returns a * {@link FixedReceiveBufferSizePredictor} with the pre-defined configuration. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class FixedReceiveBufferSizePredictorFactory implements diff --git a/src/main/java/io/netty/channel/LifeCycleAwareChannelHandler.java b/src/main/java/io/netty/channel/LifeCycleAwareChannelHandler.java index e4133bd0f1..6ef3143da7 100644 --- a/src/main/java/io/netty/channel/LifeCycleAwareChannelHandler.java +++ b/src/main/java/io/netty/channel/LifeCycleAwareChannelHandler.java @@ -28,7 +28,7 @@ package io.netty.channel; * might not have been fully added to the pipeline or the context object is not * a part of the pipeline anymore respectively. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface LifeCycleAwareChannelHandler extends ChannelHandler { diff --git a/src/main/java/io/netty/channel/MessageEvent.java b/src/main/java/io/netty/channel/MessageEvent.java index f4665574f5..f71492bbda 100644 --- a/src/main/java/io/netty/channel/MessageEvent.java +++ b/src/main/java/io/netty/channel/MessageEvent.java @@ -25,7 +25,7 @@ import java.net.SocketAddress; * documentation to find out what an upstream event and a downstream event are * and what fundamental differences they have. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface MessageEvent extends ChannelEvent { diff --git a/src/main/java/io/netty/channel/ReceiveBufferSizePredictor.java b/src/main/java/io/netty/channel/ReceiveBufferSizePredictor.java index ae6624afcd..6e73575444 100644 --- a/src/main/java/io/netty/channel/ReceiveBufferSizePredictor.java +++ b/src/main/java/io/netty/channel/ReceiveBufferSizePredictor.java @@ -30,7 +30,7 @@ import io.netty.buffer.ChannelBuffer; * known, an I/O thread will call {@link #previousReceiveBufferSize(int)} to * update the predictor so it can predict more accurately next time. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface ReceiveBufferSizePredictor { diff --git a/src/main/java/io/netty/channel/ReceiveBufferSizePredictorFactory.java b/src/main/java/io/netty/channel/ReceiveBufferSizePredictorFactory.java index 5951943759..94f1005f1f 100644 --- a/src/main/java/io/netty/channel/ReceiveBufferSizePredictorFactory.java +++ b/src/main/java/io/netty/channel/ReceiveBufferSizePredictorFactory.java @@ -18,7 +18,7 @@ package io.netty.channel; /** * Creates a new {@link ReceiveBufferSizePredictor}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.has io.netty.channel.ReceiveBufferSizePredictor oneway - - creates diff --git a/src/main/java/io/netty/channel/ServerChannel.java b/src/main/java/io/netty/channel/ServerChannel.java index 99cc20291a..a068205875 100644 --- a/src/main/java/io/netty/channel/ServerChannel.java +++ b/src/main/java/io/netty/channel/ServerChannel.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.ServerSocketChannel; * its child {@link Channel}s by accepting them. {@link ServerSocketChannel} is * a good example. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface ServerChannel extends Channel { diff --git a/src/main/java/io/netty/channel/ServerChannelFactory.java b/src/main/java/io/netty/channel/ServerChannelFactory.java index eb47609461..ffe5595b2c 100644 --- a/src/main/java/io/netty/channel/ServerChannelFactory.java +++ b/src/main/java/io/netty/channel/ServerChannelFactory.java @@ -18,7 +18,7 @@ package io.netty.channel; /** * A {@link ChannelFactory} that creates a {@link ServerChannel}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.has io.netty.channel.ServerChannel oneway - - creates diff --git a/src/main/java/io/netty/channel/SimpleChannelDownstreamHandler.java b/src/main/java/io/netty/channel/SimpleChannelDownstreamHandler.java index eeb739166c..1fd199e8ec 100644 --- a/src/main/java/io/netty/channel/SimpleChannelDownstreamHandler.java +++ b/src/main/java/io/netty/channel/SimpleChannelDownstreamHandler.java @@ -50,7 +50,7 @@ import java.net.SocketAddress; * } * } * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SimpleChannelDownstreamHandler implements ChannelDownstreamHandler { diff --git a/src/main/java/io/netty/channel/SimpleChannelHandler.java b/src/main/java/io/netty/channel/SimpleChannelHandler.java index c5daa9d25b..6711deac2b 100644 --- a/src/main/java/io/netty/channel/SimpleChannelHandler.java +++ b/src/main/java/io/netty/channel/SimpleChannelHandler.java @@ -71,7 +71,7 @@ import io.netty.logging.InternalLoggerFactory; * } * } * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SimpleChannelHandler implements ChannelUpstreamHandler, ChannelDownstreamHandler { diff --git a/src/main/java/io/netty/channel/SimpleChannelUpstreamHandler.java b/src/main/java/io/netty/channel/SimpleChannelUpstreamHandler.java index 5fe5111353..f9b34e2e25 100644 --- a/src/main/java/io/netty/channel/SimpleChannelUpstreamHandler.java +++ b/src/main/java/io/netty/channel/SimpleChannelUpstreamHandler.java @@ -51,7 +51,7 @@ import io.netty.logging.InternalLoggerFactory; * } * } * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SimpleChannelUpstreamHandler implements ChannelUpstreamHandler { diff --git a/src/main/java/io/netty/channel/StaticChannelPipeline.java b/src/main/java/io/netty/channel/StaticChannelPipeline.java index 783b744cc9..8ddfaa6974 100644 --- a/src/main/java/io/netty/channel/StaticChannelPipeline.java +++ b/src/main/java/io/netty/channel/StaticChannelPipeline.java @@ -31,7 +31,7 @@ import io.netty.util.internal.ConversionUtil; * An attempt to insert, remove, or replace a handler in this pipeline will * trigger an {@link UnsupportedOperationException}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class StaticChannelPipeline implements ChannelPipeline { diff --git a/src/main/java/io/netty/channel/SucceededChannelFuture.java b/src/main/java/io/netty/channel/SucceededChannelFuture.java index 7820fe71c2..4ddded5e5b 100644 --- a/src/main/java/io/netty/channel/SucceededChannelFuture.java +++ b/src/main/java/io/netty/channel/SucceededChannelFuture.java @@ -20,7 +20,7 @@ package io.netty.channel; * recommended to use {@link Channels#succeededFuture(Channel)} instead of * calling the constructor of this future. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SucceededChannelFuture extends CompleteChannelFuture { diff --git a/src/main/java/io/netty/channel/UpstreamChannelStateEvent.java b/src/main/java/io/netty/channel/UpstreamChannelStateEvent.java index 493abcd295..f67a2bb8fa 100644 --- a/src/main/java/io/netty/channel/UpstreamChannelStateEvent.java +++ b/src/main/java/io/netty/channel/UpstreamChannelStateEvent.java @@ -20,7 +20,7 @@ import static io.netty.channel.Channels.*; /** * The default upstream {@link ChannelStateEvent} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class UpstreamChannelStateEvent implements ChannelStateEvent { diff --git a/src/main/java/io/netty/channel/UpstreamMessageEvent.java b/src/main/java/io/netty/channel/UpstreamMessageEvent.java index ba449af281..1c47d1aabb 100644 --- a/src/main/java/io/netty/channel/UpstreamMessageEvent.java +++ b/src/main/java/io/netty/channel/UpstreamMessageEvent.java @@ -24,7 +24,7 @@ import io.netty.util.internal.StringUtil; /** * The default upstream {@link MessageEvent} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class UpstreamMessageEvent implements MessageEvent { diff --git a/src/main/java/io/netty/channel/WriteCompletionEvent.java b/src/main/java/io/netty/channel/WriteCompletionEvent.java index 0dbbacaf64..01d2551f5c 100644 --- a/src/main/java/io/netty/channel/WriteCompletionEvent.java +++ b/src/main/java/io/netty/channel/WriteCompletionEvent.java @@ -22,7 +22,7 @@ package io.netty.channel; * what an upstream event and a downstream event are and what fundamental * differences they have. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface WriteCompletionEvent extends ChannelEvent { diff --git a/src/main/java/io/netty/channel/group/ChannelGroup.java b/src/main/java/io/netty/channel/group/ChannelGroup.java index a892dde4fa..2b06850770 100644 --- a/src/main/java/io/netty/channel/group/ChannelGroup.java +++ b/src/main/java/io/netty/channel/group/ChannelGroup.java @@ -88,7 +88,7 @@ import io.netty.util.CharsetUtil; * } * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/group/ChannelGroupFuture.java b/src/main/java/io/netty/channel/group/ChannelGroupFuture.java index bf1f970a03..658a4fe05b 100644 --- a/src/main/java/io/netty/channel/group/ChannelGroupFuture.java +++ b/src/main/java/io/netty/channel/group/ChannelGroupFuture.java @@ -108,7 +108,7 @@ import io.netty.handler.execution.ExecutionHandler; * make sure you do not call {@link #await()} in an I/O thread. Otherwise, * {@link IllegalStateException} will be raised to prevent a dead lock. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.owns io.netty.channel.group.ChannelGroupFutureListener - - notifies diff --git a/src/main/java/io/netty/channel/group/ChannelGroupFutureListener.java b/src/main/java/io/netty/channel/group/ChannelGroupFutureListener.java index 226d5f0c02..5cae3a6355 100644 --- a/src/main/java/io/netty/channel/group/ChannelGroupFutureListener.java +++ b/src/main/java/io/netty/channel/group/ChannelGroupFutureListener.java @@ -23,7 +23,7 @@ import java.util.EventListener; * listener is added by calling {@link ChannelGroupFuture#addListener(ChannelGroupFutureListener)} * and all I/O operations are complete. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface ChannelGroupFutureListener extends EventListener { diff --git a/src/main/java/io/netty/channel/group/CombinedIterator.java b/src/main/java/io/netty/channel/group/CombinedIterator.java index a99c715e7e..dae5f94f83 100644 --- a/src/main/java/io/netty/channel/group/CombinedIterator.java +++ b/src/main/java/io/netty/channel/group/CombinedIterator.java @@ -19,7 +19,7 @@ import java.util.Iterator; import java.util.NoSuchElementException; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class CombinedIterator implements Iterator { diff --git a/src/main/java/io/netty/channel/group/DefaultChannelGroup.java b/src/main/java/io/netty/channel/group/DefaultChannelGroup.java index 6be85f2376..8ee775e56d 100644 --- a/src/main/java/io/netty/channel/group/DefaultChannelGroup.java +++ b/src/main/java/io/netty/channel/group/DefaultChannelGroup.java @@ -35,7 +35,7 @@ import io.netty.util.internal.ConcurrentHashMap; /** * The default {@link ChannelGroup} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/group/DefaultChannelGroupFuture.java b/src/main/java/io/netty/channel/group/DefaultChannelGroupFuture.java index f5316f56fb..1a1ee898ef 100644 --- a/src/main/java/io/netty/channel/group/DefaultChannelGroupFuture.java +++ b/src/main/java/io/netty/channel/group/DefaultChannelGroupFuture.java @@ -36,7 +36,7 @@ import io.netty.util.internal.DeadLockProofWorker; /** * The default {@link ChannelGroupFuture} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultChannelGroupFuture implements ChannelGroupFuture { diff --git a/src/main/java/io/netty/channel/local/DefaultLocalChannel.java b/src/main/java/io/netty/channel/local/DefaultLocalChannel.java index 68e6040ff0..b0f74c470f 100644 --- a/src/main/java/io/netty/channel/local/DefaultLocalChannel.java +++ b/src/main/java/io/netty/channel/local/DefaultLocalChannel.java @@ -36,7 +36,7 @@ import io.netty.util.internal.QueueFactory; import io.netty.util.internal.ThreadLocalBoolean; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/channel/local/DefaultLocalClientChannelFactory.java b/src/main/java/io/netty/channel/local/DefaultLocalClientChannelFactory.java index 3a1cf34ec0..21d879a3d6 100644 --- a/src/main/java/io/netty/channel/local/DefaultLocalClientChannelFactory.java +++ b/src/main/java/io/netty/channel/local/DefaultLocalClientChannelFactory.java @@ -21,7 +21,7 @@ import io.netty.channel.ChannelSink; /** * The default {@link LocalClientChannelFactory} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/channel/local/DefaultLocalServerChannel.java b/src/main/java/io/netty/channel/local/DefaultLocalServerChannel.java index adfb50f797..f0e78f76bc 100644 --- a/src/main/java/io/netty/channel/local/DefaultLocalServerChannel.java +++ b/src/main/java/io/netty/channel/local/DefaultLocalServerChannel.java @@ -27,7 +27,7 @@ import io.netty.channel.ChannelSink; import io.netty.channel.DefaultServerChannelConfig; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/channel/local/DefaultLocalServerChannelFactory.java b/src/main/java/io/netty/channel/local/DefaultLocalServerChannelFactory.java index 85290a218f..904c6ee569 100644 --- a/src/main/java/io/netty/channel/local/DefaultLocalServerChannelFactory.java +++ b/src/main/java/io/netty/channel/local/DefaultLocalServerChannelFactory.java @@ -21,7 +21,7 @@ import io.netty.channel.ChannelSink; /** * The default {@link LocalServerChannelFactory} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/channel/local/LocalAddress.java b/src/main/java/io/netty/channel/local/LocalAddress.java index da92483310..8408632c16 100644 --- a/src/main/java/io/netty/channel/local/LocalAddress.java +++ b/src/main/java/io/netty/channel/local/LocalAddress.java @@ -28,7 +28,7 @@ import java.net.SocketAddress; * and is released as soon as the connection is closed. All ephemeral addresses * have the same ID, {@code "ephemeral"}, but they are not equal to each other. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/channel/local/LocalChannel.java b/src/main/java/io/netty/channel/local/LocalChannel.java index a030e6e43b..c16f7da740 100644 --- a/src/main/java/io/netty/channel/local/LocalChannel.java +++ b/src/main/java/io/netty/channel/local/LocalChannel.java @@ -20,7 +20,7 @@ import io.netty.channel.Channel; /** * A {@link Channel} for the local transport. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/channel/local/LocalChannelRegistry.java b/src/main/java/io/netty/channel/local/LocalChannelRegistry.java index 333474b3f9..846ed7540a 100644 --- a/src/main/java/io/netty/channel/local/LocalChannelRegistry.java +++ b/src/main/java/io/netty/channel/local/LocalChannelRegistry.java @@ -21,7 +21,7 @@ import io.netty.channel.Channel; import io.netty.util.internal.ConcurrentHashMap; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class LocalChannelRegistry { diff --git a/src/main/java/io/netty/channel/local/LocalClientChannelFactory.java b/src/main/java/io/netty/channel/local/LocalClientChannelFactory.java index 6bfa36e942..5b70ad5d5b 100644 --- a/src/main/java/io/netty/channel/local/LocalClientChannelFactory.java +++ b/src/main/java/io/netty/channel/local/LocalClientChannelFactory.java @@ -21,7 +21,7 @@ import io.netty.channel.ChannelPipeline; /** * A {@link ChannelFactory} that creates a client-side {@link LocalChannel}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface LocalClientChannelFactory extends ChannelFactory { diff --git a/src/main/java/io/netty/channel/local/LocalClientChannelSink.java b/src/main/java/io/netty/channel/local/LocalClientChannelSink.java index f498e1dab6..21208d1bd9 100644 --- a/src/main/java/io/netty/channel/local/LocalClientChannelSink.java +++ b/src/main/java/io/netty/channel/local/LocalClientChannelSink.java @@ -33,7 +33,7 @@ import io.netty.logging.InternalLogger; import io.netty.logging.InternalLoggerFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/channel/local/LocalServerChannel.java b/src/main/java/io/netty/channel/local/LocalServerChannel.java index 58ec4e3cd8..e515cb7fd1 100644 --- a/src/main/java/io/netty/channel/local/LocalServerChannel.java +++ b/src/main/java/io/netty/channel/local/LocalServerChannel.java @@ -20,7 +20,7 @@ import io.netty.channel.ServerChannel; /** * A {@link ServerChannel} for the local transport. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/channel/local/LocalServerChannelFactory.java b/src/main/java/io/netty/channel/local/LocalServerChannelFactory.java index 6d88242aa1..ed3053cc67 100644 --- a/src/main/java/io/netty/channel/local/LocalServerChannelFactory.java +++ b/src/main/java/io/netty/channel/local/LocalServerChannelFactory.java @@ -21,7 +21,7 @@ import io.netty.channel.ServerChannelFactory; /** * A {@link ServerChannelFactory} that creates a {@link LocalServerChannel}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface LocalServerChannelFactory extends ServerChannelFactory { diff --git a/src/main/java/io/netty/channel/local/LocalServerChannelSink.java b/src/main/java/io/netty/channel/local/LocalServerChannelSink.java index 3d94eb7d89..5fb653b99e 100644 --- a/src/main/java/io/netty/channel/local/LocalServerChannelSink.java +++ b/src/main/java/io/netty/channel/local/LocalServerChannelSink.java @@ -28,7 +28,7 @@ import io.netty.channel.ChannelStateEvent; import io.netty.channel.MessageEvent; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/channel/socket/ClientSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/ClientSocketChannelFactory.java index 0bf5f2ef63..be98632625 100644 --- a/src/main/java/io/netty/channel/socket/ClientSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/ClientSocketChannelFactory.java @@ -21,7 +21,7 @@ import io.netty.channel.ChannelPipeline; /** * A {@link ChannelFactory} which creates a client-side {@link SocketChannel}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.has io.netty.channel.socket.SocketChannel oneway - - creates diff --git a/src/main/java/io/netty/channel/socket/DatagramChannel.java b/src/main/java/io/netty/channel/socket/DatagramChannel.java index 7cc12bd9e2..5da784819c 100644 --- a/src/main/java/io/netty/channel/socket/DatagramChannel.java +++ b/src/main/java/io/netty/channel/socket/DatagramChannel.java @@ -24,7 +24,7 @@ import io.netty.channel.Channel; /** * A UDP/IP {@link Channel} which is created by {@link DatagramChannelFactory}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/socket/DatagramChannelConfig.java b/src/main/java/io/netty/channel/socket/DatagramChannelConfig.java index c1a7b4c830..5e34048700 100644 --- a/src/main/java/io/netty/channel/socket/DatagramChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/DatagramChannelConfig.java @@ -61,7 +61,7 @@ import io.netty.channel.ReceiveBufferSizePredictorFactory; * * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface DatagramChannelConfig extends ChannelConfig { diff --git a/src/main/java/io/netty/channel/socket/DatagramChannelFactory.java b/src/main/java/io/netty/channel/socket/DatagramChannelFactory.java index a66a72e6fc..efb65689c9 100644 --- a/src/main/java/io/netty/channel/socket/DatagramChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/DatagramChannelFactory.java @@ -21,7 +21,7 @@ import io.netty.channel.ChannelPipeline; /** * A {@link ChannelFactory} which creates a {@link DatagramChannel}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.has io.netty.channel.socket.DatagramChannel oneway - - creates diff --git a/src/main/java/io/netty/channel/socket/DefaultDatagramChannelConfig.java b/src/main/java/io/netty/channel/socket/DefaultDatagramChannelConfig.java index ee61f30b6d..286ebdd0d3 100644 --- a/src/main/java/io/netty/channel/socket/DefaultDatagramChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/DefaultDatagramChannelConfig.java @@ -32,7 +32,7 @@ import io.netty.util.internal.ConversionUtil; /** * The default {@link DatagramChannelConfig} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * */ diff --git a/src/main/java/io/netty/channel/socket/DefaultServerSocketChannelConfig.java b/src/main/java/io/netty/channel/socket/DefaultServerSocketChannelConfig.java index 1b464f8f11..ffbcfab336 100644 --- a/src/main/java/io/netty/channel/socket/DefaultServerSocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/DefaultServerSocketChannelConfig.java @@ -25,7 +25,7 @@ import io.netty.util.internal.ConversionUtil; /** * The default {@link ServerSocketChannelConfig} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultServerSocketChannelConfig extends DefaultServerChannelConfig diff --git a/src/main/java/io/netty/channel/socket/DefaultSocketChannelConfig.java b/src/main/java/io/netty/channel/socket/DefaultSocketChannelConfig.java index 10ef6a2572..08f0a991cd 100644 --- a/src/main/java/io/netty/channel/socket/DefaultSocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/DefaultSocketChannelConfig.java @@ -25,7 +25,7 @@ import io.netty.util.internal.ConversionUtil; /** * The default {@link SocketChannelConfig} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultSocketChannelConfig extends DefaultChannelConfig diff --git a/src/main/java/io/netty/channel/socket/ServerSocketChannel.java b/src/main/java/io/netty/channel/socket/ServerSocketChannel.java index e6ea5d98d4..e64b7da2ed 100644 --- a/src/main/java/io/netty/channel/socket/ServerSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/ServerSocketChannel.java @@ -22,7 +22,7 @@ import io.netty.channel.ServerChannel; /** * A TCP/IP {@link ServerChannel} which accepts incoming TCP/IP connections. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/socket/ServerSocketChannelConfig.java b/src/main/java/io/netty/channel/socket/ServerSocketChannelConfig.java index 079ee8a149..2d84316d76 100644 --- a/src/main/java/io/netty/channel/socket/ServerSocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/ServerSocketChannelConfig.java @@ -40,7 +40,7 @@ import io.netty.channel.ChannelConfig; * * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface ServerSocketChannelConfig extends ChannelConfig { diff --git a/src/main/java/io/netty/channel/socket/ServerSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/ServerSocketChannelFactory.java index 2211be1b18..51493d32d5 100644 --- a/src/main/java/io/netty/channel/socket/ServerSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/ServerSocketChannelFactory.java @@ -22,7 +22,7 @@ import io.netty.channel.ServerChannelFactory; /** * A {@link ChannelFactory} which creates a {@link ServerSocketChannel}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.has io.netty.channel.socket.ServerSocketChannel oneway - - creates diff --git a/src/main/java/io/netty/channel/socket/SocketChannel.java b/src/main/java/io/netty/channel/socket/SocketChannel.java index 03a88bee01..b1e88f8cce 100644 --- a/src/main/java/io/netty/channel/socket/SocketChannel.java +++ b/src/main/java/io/netty/channel/socket/SocketChannel.java @@ -23,7 +23,7 @@ import io.netty.channel.Channel; * A TCP/IP socket {@link Channel} which was either accepted by * {@link ServerSocketChannel} or created by {@link ClientSocketChannelFactory}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/socket/SocketChannelConfig.java b/src/main/java/io/netty/channel/socket/SocketChannelConfig.java index 5e290b9e6b..552b12c75c 100644 --- a/src/main/java/io/netty/channel/socket/SocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/SocketChannelConfig.java @@ -47,7 +47,7 @@ import io.netty.channel.ChannelConfig; * * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface SocketChannelConfig extends ChannelConfig { diff --git a/src/main/java/io/netty/channel/socket/nio/AbstractWriteRequestQueue.java b/src/main/java/io/netty/channel/socket/nio/AbstractWriteRequestQueue.java index a06758cc15..1f5cc2218c 100644 --- a/src/main/java/io/netty/channel/socket/nio/AbstractWriteRequestQueue.java +++ b/src/main/java/io/netty/channel/socket/nio/AbstractWriteRequestQueue.java @@ -28,7 +28,7 @@ import io.netty.util.internal.QueueFactory; * * * - * @author The Netty Project + * @author The Netty Project * @author Norman Maurer * */ diff --git a/src/main/java/io/netty/channel/socket/nio/DefaultNioDatagramChannelConfig.java b/src/main/java/io/netty/channel/socket/nio/DefaultNioDatagramChannelConfig.java index 30648af817..3f83bf1ca2 100644 --- a/src/main/java/io/netty/channel/socket/nio/DefaultNioDatagramChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/nio/DefaultNioDatagramChannelConfig.java @@ -26,7 +26,7 @@ import io.netty.util.internal.ConversionUtil; /** * The default {@link NioSocketChannelConfig} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Daniel Bevenius (dbevenius@jboss.com) */ diff --git a/src/main/java/io/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java b/src/main/java/io/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java index ee48358bf7..6e1e51c937 100644 --- a/src/main/java/io/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java @@ -30,7 +30,7 @@ import io.netty.util.internal.ConversionUtil; /** * The default {@link NioSocketChannelConfig} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class DefaultNioSocketChannelConfig extends DefaultSocketChannelConfig diff --git a/src/main/java/io/netty/channel/socket/nio/NioAcceptedSocketChannel.java b/src/main/java/io/netty/channel/socket/nio/NioAcceptedSocketChannel.java index c99e8c3f74..e6749afbac 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioAcceptedSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/nio/NioAcceptedSocketChannel.java @@ -26,7 +26,7 @@ import io.netty.channel.ChannelSink; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class NioAcceptedSocketChannel extends NioSocketChannel { diff --git a/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannel.java b/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannel.java index cd99c615bd..f26c39efe2 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannel.java @@ -30,7 +30,7 @@ import io.netty.logging.InternalLoggerFactory; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class NioClientSocketChannel extends NioSocketChannel { diff --git a/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannelFactory.java index f1ecf3af5b..4cdfba1d0a 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannelFactory.java @@ -76,7 +76,7 @@ import io.netty.util.internal.ExecutorUtil; * closed. Otherwise, you will end up with a {@link RejectedExecutionException} * and the related resources might not be released properly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/socket/nio/NioClientSocketPipelineSink.java b/src/main/java/io/netty/channel/socket/nio/NioClientSocketPipelineSink.java index e1a9734864..24ebeb36f5 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioClientSocketPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/nio/NioClientSocketPipelineSink.java @@ -47,7 +47,7 @@ import io.netty.util.internal.QueueFactory; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class NioClientSocketPipelineSink extends AbstractChannelSink { diff --git a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannel.java b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannel.java index b91905c577..f3c12a397f 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannel.java +++ b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannel.java @@ -44,7 +44,7 @@ import io.netty.util.internal.ThreadLocalBoolean; /** * Provides an NIO based {@link io.netty.channel.socket.DatagramChannel}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Daniel Bevenius (dbevenius@jboss.com) */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelConfig.java b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelConfig.java index f960b34d11..7a85002d0f 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelConfig.java @@ -44,7 +44,7 @@ import io.netty.channel.socket.DatagramChannelConfig; * * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Daniel Bevenius (dbevenius@jboss.com) */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelFactory.java b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelFactory.java index 4b6b8d80fc..22ea2a3395 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelFactory.java @@ -72,7 +72,7 @@ import io.netty.util.internal.ExecutorUtil; * Multicast is not supported. Please use {@link OioDatagramChannelFactory} * instead. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Daniel Bevenius (dbevenius@jboss.com) * diff --git a/src/main/java/io/netty/channel/socket/nio/NioDatagramPipelineSink.java b/src/main/java/io/netty/channel/socket/nio/NioDatagramPipelineSink.java index 6018fc9ef0..4cd961282d 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioDatagramPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/nio/NioDatagramPipelineSink.java @@ -35,7 +35,7 @@ import io.netty.channel.MessageEvent; * Receives downstream events from a {@link ChannelPipeline}. It contains * an array of I/O workers. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Daniel Bevenius (dbevenius@jboss.com) */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioDatagramWorker.java b/src/main/java/io/netty/channel/socket/nio/NioDatagramWorker.java index 98e73fe8f9..977e2ea702 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioDatagramWorker.java +++ b/src/main/java/io/netty/channel/socket/nio/NioDatagramWorker.java @@ -51,7 +51,7 @@ import io.netty.util.internal.QueueFactory; * A class responsible for registering channels with {@link Selector}. * It also implements the {@link Selector} loop. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Daniel Bevenius (dbevenius@jboss.com) */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioProviderMetadata.java b/src/main/java/io/netty/channel/socket/nio/NioProviderMetadata.java index 3f72ba1675..b598e2bc14 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioProviderMetadata.java +++ b/src/main/java/io/netty/channel/socket/nio/NioProviderMetadata.java @@ -37,7 +37,7 @@ import io.netty.util.internal.SystemPropertyUtil; * Provides information which is specific to a NIO service provider * implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class NioProviderMetadata { diff --git a/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannel.java b/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannel.java index 4726c083b9..27201a0cb9 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannel.java @@ -36,7 +36,7 @@ import io.netty.logging.InternalLoggerFactory; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class NioServerSocketChannel extends AbstractServerChannel diff --git a/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannelFactory.java index 16a95dc69b..ee8ce49450 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannelFactory.java @@ -80,7 +80,7 @@ import io.netty.util.internal.ExecutorUtil; * closed. Otherwise, you will end up with a {@link RejectedExecutionException} * and the related resources might not be released properly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/socket/nio/NioServerSocketPipelineSink.java b/src/main/java/io/netty/channel/socket/nio/NioServerSocketPipelineSink.java index 2a8efdb40b..b95f606902 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioServerSocketPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/nio/NioServerSocketPipelineSink.java @@ -43,7 +43,7 @@ import io.netty.util.internal.DeadLockProofWorker; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class NioServerSocketPipelineSink extends AbstractChannelSink { diff --git a/src/main/java/io/netty/channel/socket/nio/NioSocketChannel.java b/src/main/java/io/netty/channel/socket/nio/NioSocketChannel.java index d39ccf6cf9..9b6c6e94e5 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/nio/NioSocketChannel.java @@ -36,7 +36,7 @@ import io.netty.channel.socket.nio.SocketSendBufferPool.SendBuffer; import io.netty.util.internal.ThreadLocalBoolean; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class NioSocketChannel extends AbstractChannel diff --git a/src/main/java/io/netty/channel/socket/nio/NioSocketChannelConfig.java b/src/main/java/io/netty/channel/socket/nio/NioSocketChannelConfig.java index b31cf02dc8..6dba56f53b 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioSocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/nio/NioSocketChannelConfig.java @@ -52,7 +52,7 @@ import io.netty.channel.socket.SocketChannelConfig; * * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface NioSocketChannelConfig extends SocketChannelConfig { diff --git a/src/main/java/io/netty/channel/socket/nio/NioWorker.java b/src/main/java/io/netty/channel/socket/nio/NioWorker.java index bab8b52faa..f3d95f1da1 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioWorker.java +++ b/src/main/java/io/netty/channel/socket/nio/NioWorker.java @@ -51,7 +51,7 @@ import io.netty.util.internal.QueueFactory; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class NioWorker implements Runnable { diff --git a/src/main/java/io/netty/channel/socket/nio/SelectorUtil.java b/src/main/java/io/netty/channel/socket/nio/SelectorUtil.java index 6b6b3b7167..24f42e72d4 100644 --- a/src/main/java/io/netty/channel/socket/nio/SelectorUtil.java +++ b/src/main/java/io/netty/channel/socket/nio/SelectorUtil.java @@ -23,7 +23,7 @@ import io.netty.logging.InternalLogger; import io.netty.logging.InternalLoggerFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class SelectorUtil { diff --git a/src/main/java/io/netty/channel/socket/nio/SocketReceiveBufferPool.java b/src/main/java/io/netty/channel/socket/nio/SocketReceiveBufferPool.java index 8553cbe3af..d5a2d5c553 100644 --- a/src/main/java/io/netty/channel/socket/nio/SocketReceiveBufferPool.java +++ b/src/main/java/io/netty/channel/socket/nio/SocketReceiveBufferPool.java @@ -19,7 +19,7 @@ import java.lang.ref.SoftReference; import java.nio.ByteBuffer; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class SocketReceiveBufferPool { diff --git a/src/main/java/io/netty/channel/socket/nio/SocketSendBufferPool.java b/src/main/java/io/netty/channel/socket/nio/SocketSendBufferPool.java index 7332a51786..4b1ad22ca1 100644 --- a/src/main/java/io/netty/channel/socket/nio/SocketSendBufferPool.java +++ b/src/main/java/io/netty/channel/socket/nio/SocketSendBufferPool.java @@ -26,7 +26,7 @@ import io.netty.buffer.ChannelBuffer; import io.netty.channel.FileRegion; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class SocketSendBufferPool { diff --git a/src/main/java/io/netty/channel/socket/oio/OioAcceptedSocketChannel.java b/src/main/java/io/netty/channel/socket/oio/OioAcceptedSocketChannel.java index ecc949c1fb..e42de482a0 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioAcceptedSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/oio/OioAcceptedSocketChannel.java @@ -30,7 +30,7 @@ import io.netty.channel.ChannelSink; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class OioAcceptedSocketChannel extends OioSocketChannel { diff --git a/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannel.java b/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannel.java index dc97d9f466..f4741a4fd8 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannel.java @@ -27,7 +27,7 @@ import io.netty.channel.ChannelSink; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class OioClientSocketChannel extends OioSocketChannel { diff --git a/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannelFactory.java index c3ce188206..be7ce908ed 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannelFactory.java @@ -69,7 +69,7 @@ import io.netty.util.internal.ExecutorUtil; * operations. Any I/O requests such as {@code "connect"} and {@code "write"} * will be performed in a blocking manner. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/socket/oio/OioClientSocketPipelineSink.java b/src/main/java/io/netty/channel/socket/oio/OioClientSocketPipelineSink.java index 74aa3f31bb..80a312b925 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioClientSocketPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/oio/OioClientSocketPipelineSink.java @@ -33,7 +33,7 @@ import io.netty.util.internal.DeadLockProofWorker; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class OioClientSocketPipelineSink extends AbstractChannelSink { diff --git a/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java b/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java index 03b3e45b51..ce14cb6048 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java +++ b/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java @@ -37,7 +37,7 @@ import io.netty.channel.socket.DefaultDatagramChannelConfig; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class OioDatagramChannel extends AbstractChannel diff --git a/src/main/java/io/netty/channel/socket/oio/OioDatagramChannelFactory.java b/src/main/java/io/netty/channel/socket/oio/OioDatagramChannelFactory.java index adba485ffe..451720fcd9 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioDatagramChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/oio/OioDatagramChannelFactory.java @@ -68,7 +68,7 @@ import io.netty.util.internal.ExecutorUtil; * operations. Any I/O requests such as {@code "write"} will be performed in a * blocking manner. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/socket/oio/OioDatagramPipelineSink.java b/src/main/java/io/netty/channel/socket/oio/OioDatagramPipelineSink.java index 874ca77611..6d62ba5429 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioDatagramPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/oio/OioDatagramPipelineSink.java @@ -32,7 +32,7 @@ import io.netty.util.internal.DeadLockProofWorker; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class OioDatagramPipelineSink extends AbstractChannelSink { diff --git a/src/main/java/io/netty/channel/socket/oio/OioDatagramWorker.java b/src/main/java/io/netty/channel/socket/oio/OioDatagramWorker.java index 5ed31625fd..0de696690f 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioDatagramWorker.java +++ b/src/main/java/io/netty/channel/socket/oio/OioDatagramWorker.java @@ -30,7 +30,7 @@ import io.netty.channel.ReceiveBufferSizePredictor; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class OioDatagramWorker implements Runnable { diff --git a/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannel.java b/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannel.java index 8b96a66b0c..4bc0691de5 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannel.java @@ -36,7 +36,7 @@ import io.netty.logging.InternalLoggerFactory; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class OioServerSocketChannel extends AbstractServerChannel diff --git a/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannelFactory.java index 720a3e8187..236ebce670 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannelFactory.java @@ -81,7 +81,7 @@ import io.netty.util.internal.ExecutorUtil; * do not support asynchronous operations. Any I/O requests such as * {@code "write"} will be performed in a blocking manner. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/socket/oio/OioServerSocketPipelineSink.java b/src/main/java/io/netty/channel/socket/oio/OioServerSocketPipelineSink.java index e03943c3e0..5d8b4e7676 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioServerSocketPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/oio/OioServerSocketPipelineSink.java @@ -38,7 +38,7 @@ import io.netty.util.internal.DeadLockProofWorker; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class OioServerSocketPipelineSink extends AbstractChannelSink { diff --git a/src/main/java/io/netty/channel/socket/oio/OioSocketChannel.java b/src/main/java/io/netty/channel/socket/oio/OioSocketChannel.java index 3037ca3624..ab8e4cbf58 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/oio/OioSocketChannel.java @@ -33,7 +33,7 @@ import io.netty.channel.socket.SocketChannelConfig; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ abstract class OioSocketChannel extends AbstractChannel diff --git a/src/main/java/io/netty/channel/socket/oio/OioWorker.java b/src/main/java/io/netty/channel/socket/oio/OioWorker.java index fe221cfcab..2afbf2aafd 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioWorker.java +++ b/src/main/java/io/netty/channel/socket/oio/OioWorker.java @@ -32,7 +32,7 @@ import io.netty.channel.FileRegion; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class OioWorker implements Runnable { diff --git a/src/main/java/io/netty/channel/socket/sctp/DefaultNioSctpChannelConfig.java b/src/main/java/io/netty/channel/socket/sctp/DefaultNioSctpChannelConfig.java index 4c3975440a..562f065b9e 100644 --- a/src/main/java/io/netty/channel/socket/sctp/DefaultNioSctpChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/sctp/DefaultNioSctpChannelConfig.java @@ -29,7 +29,7 @@ import io.netty.util.internal.ConversionUtil; /** * The default {@link io.netty.channel.socket.nio.NioSocketChannelConfig} implementation for SCTP. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/DefaultSctpChannelConfig.java b/src/main/java/io/netty/channel/socket/sctp/DefaultSctpChannelConfig.java index 6787705902..4c5a387bfe 100644 --- a/src/main/java/io/netty/channel/socket/sctp/DefaultSctpChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/sctp/DefaultSctpChannelConfig.java @@ -27,7 +27,7 @@ import java.io.IOException; /** * The default {@link NioSocketChannelConfig} implementation for SCTP. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/DefaultSctpServerChannelConfig.java b/src/main/java/io/netty/channel/socket/sctp/DefaultSctpServerChannelConfig.java index 90027dab71..c868b2c417 100644 --- a/src/main/java/io/netty/channel/socket/sctp/DefaultSctpServerChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/sctp/DefaultSctpServerChannelConfig.java @@ -26,7 +26,7 @@ import java.io.IOException; /** * The default {@link io.netty.channel.socket.ServerSocketChannelConfig} implementation for SCTP. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/NioSctpChannelConfig.java b/src/main/java/io/netty/channel/socket/sctp/NioSctpChannelConfig.java index 8f977cd915..7092aaa75a 100644 --- a/src/main/java/io/netty/channel/socket/sctp/NioSctpChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/sctp/NioSctpChannelConfig.java @@ -44,7 +44,7 @@ import io.netty.channel.socket.SocketChannelConfig; * * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpAcceptedChannel.java b/src/main/java/io/netty/channel/socket/sctp/SctpAcceptedChannel.java index a82e9df132..35c0bceadf 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpAcceptedChannel.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpAcceptedChannel.java @@ -25,7 +25,7 @@ import static io.netty.channel.Channels.*; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpChannel.java b/src/main/java/io/netty/channel/socket/sctp/SctpChannel.java index 96ae440a29..7f0d72a6b2 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpChannel.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpChannel.java @@ -26,7 +26,7 @@ import java.net.InetSocketAddress; import java.util.Set; /** - * @author The Netty Project + * @author The Netty Project * @author Jestan Nirojan */ public interface SctpChannel extends Channel { diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpChannelConfig.java b/src/main/java/io/netty/channel/socket/sctp/SctpChannelConfig.java index 5e8954cce3..4940af5bc8 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpChannelConfig.java @@ -42,7 +42,7 @@ import io.netty.channel.ChannelConfig; * * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpChannelImpl.java b/src/main/java/io/netty/channel/socket/sctp/SctpChannelImpl.java index 1a2e3c9db3..c1beedb7dc 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpChannelImpl.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpChannelImpl.java @@ -31,7 +31,7 @@ import java.util.concurrent.atomic.AtomicInteger; import static io.netty.channel.Channels.fireChannelInterestChanged; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan * diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpClientChannel.java b/src/main/java/io/netty/channel/socket/sctp/SctpClientChannel.java index 37a88a3a77..acc559fd17 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpClientChannel.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpClientChannel.java @@ -26,7 +26,7 @@ import static io.netty.channel.Channels.fireChannelOpen; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpClientPipelineSink.java b/src/main/java/io/netty/channel/socket/sctp/SctpClientPipelineSink.java index 547914f37a..a685819d3d 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpClientPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpClientPipelineSink.java @@ -39,7 +39,7 @@ import static io.netty.channel.Channels.*; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpClientSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/sctp/SctpClientSocketChannelFactory.java index 9b0b6c1e16..1351efb49b 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpClientSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpClientSocketChannelFactory.java @@ -70,7 +70,7 @@ import java.util.concurrent.Executor; * closed. Otherwise, you will end up with a {@link java.util.concurrent.RejectedExecutionException} * and the related resources might not be released properly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan * @apiviz.landmark diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpNotificationEvent.java b/src/main/java/io/netty/channel/socket/sctp/SctpNotificationEvent.java index 9cfab11d54..061de8098c 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpNotificationEvent.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpNotificationEvent.java @@ -22,7 +22,7 @@ import io.netty.channel.ChannelFuture; import io.netty.channel.Channels; /** - * @author The Netty Project + * @author The Netty Project * @author Jestan Nirojan */ public class SctpNotificationEvent implements ChannelEvent { diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpNotificationHandler.java b/src/main/java/io/netty/channel/socket/sctp/SctpNotificationHandler.java index f13468315b..8a8657f418 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpNotificationHandler.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpNotificationHandler.java @@ -21,7 +21,7 @@ import io.netty.logging.InternalLogger; import io.netty.logging.InternalLoggerFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpPayload.java b/src/main/java/io/netty/channel/socket/sctp/SctpPayload.java index a81b276876..31e64ab631 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpPayload.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpPayload.java @@ -19,7 +19,7 @@ import io.netty.buffer.ChannelBuffer; import io.netty.buffer.ChannelBuffers; /** - * @author The Netty Project + * @author The Netty Project * @author Jestan Nirojan */ public final class SctpPayload { diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpProviderMetadata.java b/src/main/java/io/netty/channel/socket/sctp/SctpProviderMetadata.java index 5dbef5c3b8..8f61ed8bf6 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpProviderMetadata.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpProviderMetadata.java @@ -37,7 +37,7 @@ import java.util.regex.Pattern; * Provides information which is specific to a NIO service provider * implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpReceiveBufferPool.java b/src/main/java/io/netty/channel/socket/sctp/SctpReceiveBufferPool.java index c31bf42f7e..10f9e5dcda 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpReceiveBufferPool.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpReceiveBufferPool.java @@ -19,7 +19,7 @@ import java.lang.ref.SoftReference; import java.nio.ByteBuffer; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpSendBufferPool.java b/src/main/java/io/netty/channel/socket/sctp/SctpSendBufferPool.java index f2f93862b4..8791233d91 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpSendBufferPool.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpSendBufferPool.java @@ -24,7 +24,7 @@ import java.lang.ref.SoftReference; import java.nio.ByteBuffer; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpServerChannel.java b/src/main/java/io/netty/channel/socket/sctp/SctpServerChannel.java index a619653914..9facb2db82 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpServerChannel.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpServerChannel.java @@ -23,7 +23,7 @@ import java.util.Set; /** * A SCTP {@link io.netty.channel.ServerChannel} which accepts incoming SCTP connections. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan * @version $Rev$, $Date$ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpServerChannelConfig.java b/src/main/java/io/netty/channel/socket/sctp/SctpServerChannelConfig.java index 3d8e626d74..c1239066ca 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpServerChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpServerChannelConfig.java @@ -42,7 +42,7 @@ import io.netty.channel.ChannelConfig; * * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpServerChannelImpl.java b/src/main/java/io/netty/channel/socket/sctp/SctpServerChannelImpl.java index 20e28ab91f..a3117223cc 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpServerChannelImpl.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpServerChannelImpl.java @@ -34,7 +34,7 @@ import static io.netty.channel.Channels.fireChannelOpen; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpServerPipelineSink.java b/src/main/java/io/netty/channel/socket/sctp/SctpServerPipelineSink.java index 06276ffcfc..b9b3164be4 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpServerPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpServerPipelineSink.java @@ -33,7 +33,7 @@ import static io.netty.channel.Channels.*; /** * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpServerSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/sctp/SctpServerSocketChannelFactory.java index 0acbc84cde..a1c78eea6e 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpServerSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpServerSocketChannelFactory.java @@ -74,7 +74,7 @@ import java.util.concurrent.Executor; * closed. Otherwise, you will end up with a {@link java.util.concurrent.RejectedExecutionException} * and the related resources might not be released properly. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan * diff --git a/src/main/java/io/netty/channel/socket/sctp/SctpWorker.java b/src/main/java/io/netty/channel/socket/sctp/SctpWorker.java index fab08c16ee..ad4ae57564 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SctpWorker.java +++ b/src/main/java/io/netty/channel/socket/sctp/SctpWorker.java @@ -42,7 +42,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock; import static io.netty.channel.Channels.*; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/channel/socket/sctp/SelectorUtil.java b/src/main/java/io/netty/channel/socket/sctp/SelectorUtil.java index ca84eeba4f..7506411e50 100644 --- a/src/main/java/io/netty/channel/socket/sctp/SelectorUtil.java +++ b/src/main/java/io/netty/channel/socket/sctp/SelectorUtil.java @@ -23,7 +23,7 @@ import java.nio.channels.CancelledKeyException; import java.nio.channels.Selector; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/container/microcontainer/NettyLoggerConfigurator.java b/src/main/java/io/netty/container/microcontainer/NettyLoggerConfigurator.java index 9200d12861..44944950ec 100644 --- a/src/main/java/io/netty/container/microcontainer/NettyLoggerConfigurator.java +++ b/src/main/java/io/netty/container/microcontainer/NettyLoggerConfigurator.java @@ -21,7 +21,7 @@ import io.netty.logging.JBossLoggerFactory; /** * A bean that configures the default {@link InternalLoggerFactory}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NettyLoggerConfigurator { diff --git a/src/main/java/io/netty/container/osgi/NettyBundleActivator.java b/src/main/java/io/netty/container/osgi/NettyBundleActivator.java index 13055b9fee..d301f1f2ba 100644 --- a/src/main/java/io/netty/container/osgi/NettyBundleActivator.java +++ b/src/main/java/io/netty/container/osgi/NettyBundleActivator.java @@ -23,7 +23,7 @@ import org.osgi.framework.BundleContext; /** * An OSGi {@link BundleActivator} that configures logging. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NettyBundleActivator implements BundleActivator { diff --git a/src/main/java/io/netty/container/spring/NettyLoggerConfigurator.java b/src/main/java/io/netty/container/spring/NettyLoggerConfigurator.java index 7f243a8744..56a1c5e314 100644 --- a/src/main/java/io/netty/container/spring/NettyLoggerConfigurator.java +++ b/src/main/java/io/netty/container/spring/NettyLoggerConfigurator.java @@ -21,7 +21,7 @@ import io.netty.logging.InternalLoggerFactory; /** * A bean that configures the default {@link InternalLoggerFactory}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NettyLoggerConfigurator { diff --git a/src/main/java/io/netty/example/discard/DiscardClient.java b/src/main/java/io/netty/example/discard/DiscardClient.java index a4abdb23a1..4116580239 100644 --- a/src/main/java/io/netty/example/discard/DiscardClient.java +++ b/src/main/java/io/netty/example/discard/DiscardClient.java @@ -28,7 +28,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; /** * Keeps sending random data to the specified address. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DiscardClient { diff --git a/src/main/java/io/netty/example/discard/DiscardClientHandler.java b/src/main/java/io/netty/example/discard/DiscardClientHandler.java index c3ee734fe8..8e3bea63ff 100644 --- a/src/main/java/io/netty/example/discard/DiscardClientHandler.java +++ b/src/main/java/io/netty/example/discard/DiscardClientHandler.java @@ -33,7 +33,7 @@ import io.netty.channel.WriteCompletionEvent; /** * Handles a client-side channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DiscardClientHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/discard/DiscardServer.java b/src/main/java/io/netty/example/discard/DiscardServer.java index 44a25e75bd..af7cb4b985 100644 --- a/src/main/java/io/netty/example/discard/DiscardServer.java +++ b/src/main/java/io/netty/example/discard/DiscardServer.java @@ -27,7 +27,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** * Discards any incoming data. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DiscardServer { diff --git a/src/main/java/io/netty/example/discard/DiscardServerHandler.java b/src/main/java/io/netty/example/discard/DiscardServerHandler.java index 96c07f365f..fc9b37640c 100644 --- a/src/main/java/io/netty/example/discard/DiscardServerHandler.java +++ b/src/main/java/io/netty/example/discard/DiscardServerHandler.java @@ -29,7 +29,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; /** * Handles a server-side channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DiscardServerHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/echo/EchoClient.java b/src/main/java/io/netty/example/echo/EchoClient.java index f2608bd338..34414bbe5d 100644 --- a/src/main/java/io/netty/example/echo/EchoClient.java +++ b/src/main/java/io/netty/example/echo/EchoClient.java @@ -31,7 +31,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; * traffic between the echo client and server by sending the first message to * the server. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class EchoClient { diff --git a/src/main/java/io/netty/example/echo/EchoClientHandler.java b/src/main/java/io/netty/example/echo/EchoClientHandler.java index 98ccc7ac84..1b677770b4 100644 --- a/src/main/java/io/netty/example/echo/EchoClientHandler.java +++ b/src/main/java/io/netty/example/echo/EchoClientHandler.java @@ -32,7 +32,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; * traffic between the echo client and server by sending the first message to * the server. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class EchoClientHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/echo/EchoServer.java b/src/main/java/io/netty/example/echo/EchoServer.java index 8689cb83ed..3288b9d9af 100644 --- a/src/main/java/io/netty/example/echo/EchoServer.java +++ b/src/main/java/io/netty/example/echo/EchoServer.java @@ -27,7 +27,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** * Echoes back any received data from a client. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class EchoServer { diff --git a/src/main/java/io/netty/example/echo/EchoServerHandler.java b/src/main/java/io/netty/example/echo/EchoServerHandler.java index 92e71394b8..2e23edc663 100644 --- a/src/main/java/io/netty/example/echo/EchoServerHandler.java +++ b/src/main/java/io/netty/example/echo/EchoServerHandler.java @@ -28,7 +28,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; /** * Handler implementation for the echo server. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class EchoServerHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/factorial/BigIntegerDecoder.java b/src/main/java/io/netty/example/factorial/BigIntegerDecoder.java index ebd1b7961b..0596eea6a3 100644 --- a/src/main/java/io/netty/example/factorial/BigIntegerDecoder.java +++ b/src/main/java/io/netty/example/factorial/BigIntegerDecoder.java @@ -29,7 +29,7 @@ import io.netty.handler.codec.frame.FrameDecoder; * {@link BigInteger} instance. For example, { 'F', 0, 0, 0, 1, 42 } will be * decoded into new BigInteger("42"). * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class BigIntegerDecoder extends FrameDecoder { diff --git a/src/main/java/io/netty/example/factorial/FactorialClient.java b/src/main/java/io/netty/example/factorial/FactorialClient.java index c1ec7c400b..a3c4e70a5f 100644 --- a/src/main/java/io/netty/example/factorial/FactorialClient.java +++ b/src/main/java/io/netty/example/factorial/FactorialClient.java @@ -27,7 +27,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; * Sends a sequence of integers to a {@link FactorialServer} to calculate * the factorial of the specified integer. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class FactorialClient { diff --git a/src/main/java/io/netty/example/factorial/FactorialClientHandler.java b/src/main/java/io/netty/example/factorial/FactorialClientHandler.java index beb0b03588..0dd7c29fe2 100644 --- a/src/main/java/io/netty/example/factorial/FactorialClientHandler.java +++ b/src/main/java/io/netty/example/factorial/FactorialClientHandler.java @@ -38,7 +38,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; * to create a new handler instance whenever you create a new channel and insert * this handler to avoid a race condition. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class FactorialClientHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/factorial/FactorialClientPipelineFactory.java b/src/main/java/io/netty/example/factorial/FactorialClientPipelineFactory.java index 46c72015dc..98d1fa6975 100644 --- a/src/main/java/io/netty/example/factorial/FactorialClientPipelineFactory.java +++ b/src/main/java/io/netty/example/factorial/FactorialClientPipelineFactory.java @@ -26,7 +26,7 @@ import io.netty.handler.codec.compression.ZlibWrapper; /** * Creates a newly configured {@link ChannelPipeline} for a client-side channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class FactorialClientPipelineFactory implements diff --git a/src/main/java/io/netty/example/factorial/FactorialServer.java b/src/main/java/io/netty/example/factorial/FactorialServer.java index ffaa1ac4e5..ae259b7c50 100644 --- a/src/main/java/io/netty/example/factorial/FactorialServer.java +++ b/src/main/java/io/netty/example/factorial/FactorialServer.java @@ -25,7 +25,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; * Receives a sequence of integers from a {@link FactorialClient} to calculate * the factorial of the specified integer. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class FactorialServer { diff --git a/src/main/java/io/netty/example/factorial/FactorialServerHandler.java b/src/main/java/io/netty/example/factorial/FactorialServerHandler.java index 11612b7904..7868773a59 100644 --- a/src/main/java/io/netty/example/factorial/FactorialServerHandler.java +++ b/src/main/java/io/netty/example/factorial/FactorialServerHandler.java @@ -34,7 +34,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; * to create a new handler instance whenever you create a new channel and insert * this handler to avoid a race condition. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class FactorialServerHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/factorial/FactorialServerPipelineFactory.java b/src/main/java/io/netty/example/factorial/FactorialServerPipelineFactory.java index f044f2b798..510199d85a 100644 --- a/src/main/java/io/netty/example/factorial/FactorialServerPipelineFactory.java +++ b/src/main/java/io/netty/example/factorial/FactorialServerPipelineFactory.java @@ -26,7 +26,7 @@ import io.netty.handler.codec.compression.ZlibWrapper; /** * Creates a newly configured {@link ChannelPipeline} for a server-side channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * */ diff --git a/src/main/java/io/netty/example/factorial/NumberEncoder.java b/src/main/java/io/netty/example/factorial/NumberEncoder.java index 810e603f97..c585a29870 100644 --- a/src/main/java/io/netty/example/factorial/NumberEncoder.java +++ b/src/main/java/io/netty/example/factorial/NumberEncoder.java @@ -28,7 +28,7 @@ import io.netty.handler.codec.oneone.OneToOneEncoder; * a magic number ('F' or 0x46) and a 32-bit length prefix. For example, 42 * will be encoded to { 'F', 0, 0, 0, 1, 42 }. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * */ diff --git a/src/main/java/io/netty/example/http/file/HttpStaticFileServer.java b/src/main/java/io/netty/example/http/file/HttpStaticFileServer.java index bff3e0cbde..3f4f1596ba 100644 --- a/src/main/java/io/netty/example/http/file/HttpStaticFileServer.java +++ b/src/main/java/io/netty/example/http/file/HttpStaticFileServer.java @@ -22,7 +22,7 @@ import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class HttpStaticFileServer { diff --git a/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java b/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java index d11835e1ff..107324f033 100644 --- a/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java +++ b/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java @@ -102,7 +102,7 @@ import io.netty.util.CharsetUtil; * * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Veebs */ diff --git a/src/main/java/io/netty/example/http/file/HttpStaticFileServerPipelineFactory.java b/src/main/java/io/netty/example/http/file/HttpStaticFileServerPipelineFactory.java index c6b4ff9f87..615ce6cef3 100644 --- a/src/main/java/io/netty/example/http/file/HttpStaticFileServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/file/HttpStaticFileServerPipelineFactory.java @@ -25,7 +25,7 @@ import io.netty.handler.codec.http.HttpResponseEncoder; import io.netty.handler.stream.ChunkedWriteHandler; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class HttpStaticFileServerPipelineFactory implements ChannelPipelineFactory { diff --git a/src/main/java/io/netty/example/http/snoop/HttpClient.java b/src/main/java/io/netty/example/http/snoop/HttpClient.java index 00e1fe1ded..b1c601c23d 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpClient.java +++ b/src/main/java/io/netty/example/http/snoop/HttpClient.java @@ -34,7 +34,7 @@ import io.netty.handler.codec.http.HttpVersion; * A simple HTTP client that prints out the content of the HTTP response to * {@link System#out} to test {@link HttpServer}. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpClientPipelineFactory.java b/src/main/java/io/netty/example/http/snoop/HttpClientPipelineFactory.java index fff7038fba..8882e208a6 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpClientPipelineFactory.java +++ b/src/main/java/io/netty/example/http/snoop/HttpClientPipelineFactory.java @@ -29,7 +29,7 @@ import io.netty.handler.ssl.SslHandler; import io.netty.logging.InternalLogLevel; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpRequestHandler.java b/src/main/java/io/netty/example/http/snoop/HttpRequestHandler.java index 73eb1eb199..49bd185ac9 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpRequestHandler.java +++ b/src/main/java/io/netty/example/http/snoop/HttpRequestHandler.java @@ -45,7 +45,7 @@ import io.netty.handler.codec.http.QueryStringDecoder; import io.netty.util.CharsetUtil; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpResponseHandler.java b/src/main/java/io/netty/example/http/snoop/HttpResponseHandler.java index bb14207442..14fd580feb 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpResponseHandler.java +++ b/src/main/java/io/netty/example/http/snoop/HttpResponseHandler.java @@ -24,7 +24,7 @@ import io.netty.handler.codec.http.HttpResponse; import io.netty.util.CharsetUtil; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpServer.java b/src/main/java/io/netty/example/http/snoop/HttpServer.java index 81362f1102..dcd036f796 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpServer.java +++ b/src/main/java/io/netty/example/http/snoop/HttpServer.java @@ -25,7 +25,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; * An HTTP server that sends back the content of the received HTTP request * in a pretty plaintext form. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpServerPipelineFactory.java b/src/main/java/io/netty/example/http/snoop/HttpServerPipelineFactory.java index f61655930b..2f2e43588c 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/snoop/HttpServerPipelineFactory.java @@ -26,7 +26,7 @@ import io.netty.handler.logging.LoggingHandler; import io.netty.logging.InternalLogLevel; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/example/http/upload/HttpClient.java b/src/main/java/io/netty/example/http/upload/HttpClient.java index 296432e45b..3cc995cd1e 100644 --- a/src/main/java/io/netty/example/http/upload/HttpClient.java +++ b/src/main/java/io/netty/example/http/upload/HttpClient.java @@ -43,7 +43,7 @@ import io.netty.handler.codec.http.HttpVersion; import io.netty.handler.codec.http.HttpPostRequestEncoder.ErrorDataEncoderException; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/example/http/upload/HttpClientPipelineFactory.java b/src/main/java/io/netty/example/http/upload/HttpClientPipelineFactory.java index c4a1cc002f..26fddb438c 100644 --- a/src/main/java/io/netty/example/http/upload/HttpClientPipelineFactory.java +++ b/src/main/java/io/netty/example/http/upload/HttpClientPipelineFactory.java @@ -28,7 +28,7 @@ import io.netty.handler.ssl.SslHandler; import io.netty.handler.stream.ChunkedWriteHandler; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/example/http/upload/HttpRequestHandler.java b/src/main/java/io/netty/example/http/upload/HttpRequestHandler.java index ced0d2d113..fe37172ba1 100644 --- a/src/main/java/io/netty/example/http/upload/HttpRequestHandler.java +++ b/src/main/java/io/netty/example/http/upload/HttpRequestHandler.java @@ -61,7 +61,7 @@ import io.netty.handler.codec.http.QueryStringDecoder; import io.netty.util.CharsetUtil; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/example/http/upload/HttpResponseHandler.java b/src/main/java/io/netty/example/http/upload/HttpResponseHandler.java index 77513abb49..2551768592 100644 --- a/src/main/java/io/netty/example/http/upload/HttpResponseHandler.java +++ b/src/main/java/io/netty/example/http/upload/HttpResponseHandler.java @@ -25,7 +25,7 @@ import io.netty.handler.codec.http.HttpResponse; import io.netty.util.CharsetUtil; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/example/http/upload/HttpServer.java b/src/main/java/io/netty/example/http/upload/HttpServer.java index 6270d18e91..95569ae44e 100644 --- a/src/main/java/io/netty/example/http/upload/HttpServer.java +++ b/src/main/java/io/netty/example/http/upload/HttpServer.java @@ -22,7 +22,7 @@ import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/example/http/upload/HttpServerPipelineFactory.java b/src/main/java/io/netty/example/http/upload/HttpServerPipelineFactory.java index 2d2d5b1ab1..6a3023a6d0 100644 --- a/src/main/java/io/netty/example/http/upload/HttpServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/upload/HttpServerPipelineFactory.java @@ -24,7 +24,7 @@ import io.netty.handler.codec.http.HttpRequestDecoder; import io.netty.handler.codec.http.HttpResponseEncoder; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/example/http/websocket/WebSocketServer.java b/src/main/java/io/netty/example/http/websocket/WebSocketServer.java index 606f073cda..cd5799fcdf 100644 --- a/src/main/java/io/netty/example/http/websocket/WebSocketServer.java +++ b/src/main/java/io/netty/example/http/websocket/WebSocketServer.java @@ -29,7 +29,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; * Open your browser at http://localhost:8080/, then the demo page will be * loaded and a Web Socket connection will be made automatically. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class WebSocketServer { diff --git a/src/main/java/io/netty/example/http/websocket/WebSocketServerHandler.java b/src/main/java/io/netty/example/http/websocket/WebSocketServerHandler.java index a3ce6ccc22..36b55bbbe3 100644 --- a/src/main/java/io/netty/example/http/websocket/WebSocketServerHandler.java +++ b/src/main/java/io/netty/example/http/websocket/WebSocketServerHandler.java @@ -47,7 +47,7 @@ import io.netty.handler.codec.http.websocket.WebSocketFrameEncoder; import io.netty.util.CharsetUtil; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class WebSocketServerHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/http/websocket/WebSocketServerIndexPage.java b/src/main/java/io/netty/example/http/websocket/WebSocketServerIndexPage.java index e3f8fc3cd3..5d71ce4c9d 100644 --- a/src/main/java/io/netty/example/http/websocket/WebSocketServerIndexPage.java +++ b/src/main/java/io/netty/example/http/websocket/WebSocketServerIndexPage.java @@ -23,7 +23,7 @@ import io.netty.util.CharsetUtil; /** * Generates the demo HTML page which is served at http://localhost:8080/ * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class WebSocketServerIndexPage { diff --git a/src/main/java/io/netty/example/http/websocket/WebSocketServerPipelineFactory.java b/src/main/java/io/netty/example/http/websocket/WebSocketServerPipelineFactory.java index 6a6efa308e..cfae03a55c 100644 --- a/src/main/java/io/netty/example/http/websocket/WebSocketServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/websocket/WebSocketServerPipelineFactory.java @@ -24,7 +24,7 @@ import io.netty.handler.codec.http.HttpRequestDecoder; import io.netty.handler.codec.http.HttpResponseEncoder; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class WebSocketServerPipelineFactory implements ChannelPipelineFactory { diff --git a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServer.java b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServer.java index d4df12c1a8..377024f740 100644 --- a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServer.java +++ b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServer.java @@ -28,7 +28,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; * A Web Socket echo server for running the autobahn * test suite * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerHandler.java b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerHandler.java index 607a1e5524..a6c7db82d1 100644 --- a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerHandler.java +++ b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerHandler.java @@ -47,7 +47,7 @@ import io.netty.util.CharsetUtil; /** * Handles handshakes and messages * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerPipelineFactory.java b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerPipelineFactory.java index 0e5431eba6..7a683d2765 100644 --- a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerPipelineFactory.java @@ -24,7 +24,7 @@ import io.netty.handler.codec.http.HttpRequestDecoder; import io.netty.handler.codec.http.HttpResponseEncoder; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java index a2821e77e3..988693b8e7 100644 --- a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java +++ b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java @@ -46,7 +46,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; *

  • * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerHandler.java b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerHandler.java index daf334f3fe..16acb7e728 100644 --- a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerHandler.java +++ b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerHandler.java @@ -47,7 +47,7 @@ import io.netty.util.CharsetUtil; /** * Handles handshakes and messages * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerIndexPage.java b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerIndexPage.java index e9ac239162..d6ae79cb15 100644 --- a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerIndexPage.java +++ b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerIndexPage.java @@ -23,7 +23,7 @@ import io.netty.util.CharsetUtil; /** * Generates the demo HTML page which is served at http://localhost:8080/ * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerPipelineFactory.java b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerPipelineFactory.java index 91b3a8a9fa..536aeb4166 100644 --- a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerPipelineFactory.java @@ -24,7 +24,7 @@ import io.netty.handler.codec.http.HttpRequestDecoder; import io.netty.handler.codec.http.HttpResponseEncoder; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServer.java b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServer.java index 517bb083fd..08395e639c 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServer.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServer.java @@ -46,7 +46,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; *
  • * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerHandler.java b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerHandler.java index 4e58a4ca8a..c3088dfc84 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerHandler.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerHandler.java @@ -47,7 +47,7 @@ import io.netty.util.CharsetUtil; /** * Handles handshakes and messages * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerIndexPage.java b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerIndexPage.java index 5904efe682..6f21042144 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerIndexPage.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerIndexPage.java @@ -23,7 +23,7 @@ import io.netty.util.CharsetUtil; /** * Generates the demo HTML page which is served at http://localhost:8080/ * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerPipelineFactory.java b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerPipelineFactory.java index 2846f8d3b0..cc25af3f8b 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerPipelineFactory.java @@ -27,7 +27,7 @@ import io.netty.handler.codec.http.HttpResponseEncoder; import io.netty.handler.ssl.SslHandler; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerSslContext.java b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerSslContext.java index 7b1275f716..3a1649cf5c 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerSslContext.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerSslContext.java @@ -28,7 +28,7 @@ import io.netty.logging.InternalLoggerFactory; /** * Creates a {@link SSLContext} for just server certificates. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Vibul Imtarnasan */ diff --git a/src/main/java/io/netty/example/local/LocalExample.java b/src/main/java/io/netty/example/local/LocalExample.java index a289cc7933..a81f441c8b 100644 --- a/src/main/java/io/netty/example/local/LocalExample.java +++ b/src/main/java/io/netty/example/local/LocalExample.java @@ -34,7 +34,7 @@ import io.netty.handler.logging.LoggingHandler; import io.netty.logging.InternalLogLevel; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) */ public class LocalExample { diff --git a/src/main/java/io/netty/example/local/LocalExampleMultthreaded.java b/src/main/java/io/netty/example/local/LocalExampleMultthreaded.java index 71c8f47ad3..d53af2d0cb 100644 --- a/src/main/java/io/netty/example/local/LocalExampleMultthreaded.java +++ b/src/main/java/io/netty/example/local/LocalExampleMultthreaded.java @@ -33,7 +33,7 @@ import io.netty.handler.logging.LoggingHandler; import io.netty.logging.InternalLogLevel; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Frederic Bregier (fredbregier@free.fr) */ diff --git a/src/main/java/io/netty/example/local/LocalServerPipelineFactory.java b/src/main/java/io/netty/example/local/LocalServerPipelineFactory.java index fdd0e9fa57..be75915cc2 100644 --- a/src/main/java/io/netty/example/local/LocalServerPipelineFactory.java +++ b/src/main/java/io/netty/example/local/LocalServerPipelineFactory.java @@ -30,7 +30,7 @@ import io.netty.handler.codec.string.StringEncoder; import io.netty.handler.execution.ExecutionHandler; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Frederic Bregier (fredbregier@free.fr) */ diff --git a/src/main/java/io/netty/example/localtime/LocalTimeClient.java b/src/main/java/io/netty/example/localtime/LocalTimeClient.java index 90200363e5..fb26b3b8fe 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeClient.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeClient.java @@ -31,7 +31,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; * Sends a list of continent/city pairs to a {@link LocalTimeServer} to * get the local times of the specified cities. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class LocalTimeClient { diff --git a/src/main/java/io/netty/example/localtime/LocalTimeClientHandler.java b/src/main/java/io/netty/example/localtime/LocalTimeClientHandler.java index be88ea3b25..c9371420c5 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeClientHandler.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeClientHandler.java @@ -38,7 +38,7 @@ import io.netty.example.localtime.LocalTimeProtocol.Location; import io.netty.example.localtime.LocalTimeProtocol.Locations; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class LocalTimeClientHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/localtime/LocalTimeClientPipelineFactory.java b/src/main/java/io/netty/example/localtime/LocalTimeClientPipelineFactory.java index 9e64319241..0478d19909 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeClientPipelineFactory.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeClientPipelineFactory.java @@ -25,7 +25,7 @@ import io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder; import io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class LocalTimeClientPipelineFactory implements ChannelPipelineFactory { diff --git a/src/main/java/io/netty/example/localtime/LocalTimeServer.java b/src/main/java/io/netty/example/localtime/LocalTimeServer.java index 99e3d8c043..9f67287196 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeServer.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeServer.java @@ -25,7 +25,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; * Receives a list of continent/city pairs from a {@link LocalTimeClient} to * get the local times of the specified cities. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class LocalTimeServer { diff --git a/src/main/java/io/netty/example/localtime/LocalTimeServerHandler.java b/src/main/java/io/netty/example/localtime/LocalTimeServerHandler.java index a359b28503..3dfe3e6cac 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeServerHandler.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeServerHandler.java @@ -36,7 +36,7 @@ import io.netty.example.localtime.LocalTimeProtocol.Location; import io.netty.example.localtime.LocalTimeProtocol.Locations; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class LocalTimeServerHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/localtime/LocalTimeServerPipelineFactory.java b/src/main/java/io/netty/example/localtime/LocalTimeServerPipelineFactory.java index 75cadde1a6..e4aa79cb44 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeServerPipelineFactory.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeServerPipelineFactory.java @@ -25,7 +25,7 @@ import io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder; import io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class LocalTimeServerPipelineFactory implements ChannelPipelineFactory { diff --git a/src/main/java/io/netty/example/objectecho/ObjectEchoClient.java b/src/main/java/io/netty/example/objectecho/ObjectEchoClient.java index c3184a3c2f..6cc6ba92cc 100644 --- a/src/main/java/io/netty/example/objectecho/ObjectEchoClient.java +++ b/src/main/java/io/netty/example/objectecho/ObjectEchoClient.java @@ -30,7 +30,7 @@ import io.netty.handler.codec.serialization.ObjectEncoder; /** * Modification of {@link EchoClient} which utilizes Java object serialization. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ObjectEchoClient { diff --git a/src/main/java/io/netty/example/objectecho/ObjectEchoClientHandler.java b/src/main/java/io/netty/example/objectecho/ObjectEchoClientHandler.java index a07fdcb1f7..29df9b3478 100644 --- a/src/main/java/io/netty/example/objectecho/ObjectEchoClientHandler.java +++ b/src/main/java/io/netty/example/objectecho/ObjectEchoClientHandler.java @@ -34,7 +34,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; * ping-pong traffic between the object echo client and server by sending the * first message to the server. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ObjectEchoClientHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/objectecho/ObjectEchoServer.java b/src/main/java/io/netty/example/objectecho/ObjectEchoServer.java index 2b806a944d..03770950c5 100644 --- a/src/main/java/io/netty/example/objectecho/ObjectEchoServer.java +++ b/src/main/java/io/netty/example/objectecho/ObjectEchoServer.java @@ -30,7 +30,7 @@ import io.netty.handler.codec.serialization.ObjectEncoder; /** * Modification of {@link EchoServer} which utilizes Java object serialization. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ObjectEchoServer { diff --git a/src/main/java/io/netty/example/objectecho/ObjectEchoServerHandler.java b/src/main/java/io/netty/example/objectecho/ObjectEchoServerHandler.java index 489d838497..12c136989c 100644 --- a/src/main/java/io/netty/example/objectecho/ObjectEchoServerHandler.java +++ b/src/main/java/io/netty/example/objectecho/ObjectEchoServerHandler.java @@ -31,7 +31,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; * Handles both client-side and server-side handler depending on which * constructor was called. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ObjectEchoServerHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/portunification/PortUnificationServer.java b/src/main/java/io/netty/example/portunification/PortUnificationServer.java index 1ccf5081b4..b339368592 100644 --- a/src/main/java/io/netty/example/portunification/PortUnificationServer.java +++ b/src/main/java/io/netty/example/portunification/PortUnificationServer.java @@ -31,7 +31,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; * Because SSL and GZIP are enabled on demand, 5 combinations per protocol * are possible: none, SSL only, GZIP only, SSL + GZIP, and GZIP + SSL. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class PortUnificationServer { diff --git a/src/main/java/io/netty/example/portunification/PortUnificationServerHandler.java b/src/main/java/io/netty/example/portunification/PortUnificationServerHandler.java index 24d92f7aa7..2e4d582fa5 100644 --- a/src/main/java/io/netty/example/portunification/PortUnificationServerHandler.java +++ b/src/main/java/io/netty/example/portunification/PortUnificationServerHandler.java @@ -39,7 +39,7 @@ import io.netty.handler.ssl.SslHandler; * Manipulates the current pipeline dynamically to switch protocols or enable * SSL or GZIP. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class PortUnificationServerHandler extends FrameDecoder { diff --git a/src/main/java/io/netty/example/proxy/HexDumpProxy.java b/src/main/java/io/netty/example/proxy/HexDumpProxy.java index 75ed7d3aa0..25e6544d86 100644 --- a/src/main/java/io/netty/example/proxy/HexDumpProxy.java +++ b/src/main/java/io/netty/example/proxy/HexDumpProxy.java @@ -25,7 +25,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class HexDumpProxy { diff --git a/src/main/java/io/netty/example/proxy/HexDumpProxyInboundHandler.java b/src/main/java/io/netty/example/proxy/HexDumpProxyInboundHandler.java index 8d91e2b6e4..006965fe79 100644 --- a/src/main/java/io/netty/example/proxy/HexDumpProxyInboundHandler.java +++ b/src/main/java/io/netty/example/proxy/HexDumpProxyInboundHandler.java @@ -31,7 +31,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; import io.netty.channel.socket.ClientSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class HexDumpProxyInboundHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/proxy/HexDumpProxyPipelineFactory.java b/src/main/java/io/netty/example/proxy/HexDumpProxyPipelineFactory.java index b52ca67847..bac72bfa04 100644 --- a/src/main/java/io/netty/example/proxy/HexDumpProxyPipelineFactory.java +++ b/src/main/java/io/netty/example/proxy/HexDumpProxyPipelineFactory.java @@ -22,7 +22,7 @@ import io.netty.channel.ChannelPipelineFactory; import io.netty.channel.socket.ClientSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class HexDumpProxyPipelineFactory implements ChannelPipelineFactory { diff --git a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClient.java b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClient.java index 085bd0e5f6..e07401580d 100644 --- a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClient.java +++ b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClient.java @@ -36,7 +36,7 @@ import io.netty.util.CharsetUtil; * * Inspired by the official Java tutorial. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class QuoteOfTheMomentClient { diff --git a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClientHandler.java b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClientHandler.java index 8f5cca3149..8b69d5dc96 100644 --- a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClientHandler.java +++ b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClientHandler.java @@ -21,7 +21,7 @@ import io.netty.channel.MessageEvent; import io.netty.channel.SimpleChannelUpstreamHandler; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class QuoteOfTheMomentClientHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServer.java b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServer.java index 30553519b2..fe8bd08d5f 100644 --- a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServer.java +++ b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServer.java @@ -35,7 +35,7 @@ import io.netty.util.CharsetUtil; * * Inspired by the official Java tutorial. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class QuoteOfTheMomentServer { diff --git a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServerHandler.java b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServerHandler.java index c936aa8ef4..3db7e4dfe7 100644 --- a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServerHandler.java +++ b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServerHandler.java @@ -23,7 +23,7 @@ import io.netty.channel.MessageEvent; import io.netty.channel.SimpleChannelUpstreamHandler; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class QuoteOfTheMomentServerHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/sctp/SctpClient.java b/src/main/java/io/netty/example/sctp/SctpClient.java index b404a2860e..4ca60e316d 100644 --- a/src/main/java/io/netty/example/sctp/SctpClient.java +++ b/src/main/java/io/netty/example/sctp/SctpClient.java @@ -30,7 +30,7 @@ import java.util.concurrent.Executors; /** * Simple SCTP Echo Client * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/example/sctp/SctpClientHandler.java b/src/main/java/io/netty/example/sctp/SctpClientHandler.java index 3ec776ee46..acb1ace9fe 100644 --- a/src/main/java/io/netty/example/sctp/SctpClientHandler.java +++ b/src/main/java/io/netty/example/sctp/SctpClientHandler.java @@ -27,7 +27,7 @@ import java.util.logging.Logger; * Handler implementation for the echo client. It initiates the message * and upon receiving echo back to the server * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/example/sctp/SctpServer.java b/src/main/java/io/netty/example/sctp/SctpServer.java index 9dede93ea9..b34e22aa08 100644 --- a/src/main/java/io/netty/example/sctp/SctpServer.java +++ b/src/main/java/io/netty/example/sctp/SctpServer.java @@ -29,7 +29,7 @@ import java.util.concurrent.Executors; /** * Echoes back any received data from a client. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/example/sctp/SctpServerHandler.java b/src/main/java/io/netty/example/sctp/SctpServerHandler.java index 2823816ecf..45b517f203 100644 --- a/src/main/java/io/netty/example/sctp/SctpServerHandler.java +++ b/src/main/java/io/netty/example/sctp/SctpServerHandler.java @@ -27,7 +27,7 @@ import java.util.logging.Logger; /** * Handler implementation for the echo server. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Jestan Nirojan */ diff --git a/src/main/java/io/netty/example/securechat/SecureChatClient.java b/src/main/java/io/netty/example/securechat/SecureChatClient.java index 0ad9c56681..d5fa9aaaaf 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatClient.java +++ b/src/main/java/io/netty/example/securechat/SecureChatClient.java @@ -29,7 +29,7 @@ import io.netty.example.telnet.TelnetClient; /** * Simple SSL chat client modified from {@link TelnetClient}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SecureChatClient { diff --git a/src/main/java/io/netty/example/securechat/SecureChatClientHandler.java b/src/main/java/io/netty/example/securechat/SecureChatClientHandler.java index e14eee3810..122a6163b6 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatClientHandler.java +++ b/src/main/java/io/netty/example/securechat/SecureChatClientHandler.java @@ -29,7 +29,7 @@ import io.netty.handler.ssl.SslHandler; /** * Handles a client-side channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SecureChatClientHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/securechat/SecureChatClientPipelineFactory.java b/src/main/java/io/netty/example/securechat/SecureChatClientPipelineFactory.java index ba6bf77235..e662b8a74b 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatClientPipelineFactory.java +++ b/src/main/java/io/netty/example/securechat/SecureChatClientPipelineFactory.java @@ -30,7 +30,7 @@ import io.netty.handler.ssl.SslHandler; /** * Creates a newly configured {@link ChannelPipeline} for a new channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SecureChatClientPipelineFactory implements diff --git a/src/main/java/io/netty/example/securechat/SecureChatKeyStore.java b/src/main/java/io/netty/example/securechat/SecureChatKeyStore.java index c8618c1940..5761e50949 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatKeyStore.java +++ b/src/main/java/io/netty/example/securechat/SecureChatKeyStore.java @@ -30,7 +30,7 @@ import java.io.InputStream; * -keystore cert.jks * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SecureChatKeyStore { diff --git a/src/main/java/io/netty/example/securechat/SecureChatServer.java b/src/main/java/io/netty/example/securechat/SecureChatServer.java index cd7b69fdac..c8b667ed75 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatServer.java +++ b/src/main/java/io/netty/example/securechat/SecureChatServer.java @@ -25,7 +25,7 @@ import io.netty.example.telnet.TelnetServer; /** * Simple SSL chat server modified from {@link TelnetServer}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SecureChatServer { diff --git a/src/main/java/io/netty/example/securechat/SecureChatServerHandler.java b/src/main/java/io/netty/example/securechat/SecureChatServerHandler.java index 9cf198cf22..1706801bb6 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatServerHandler.java +++ b/src/main/java/io/netty/example/securechat/SecureChatServerHandler.java @@ -35,7 +35,7 @@ import io.netty.handler.ssl.SslHandler; /** * Handles a server-side channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SecureChatServerHandler extends SimpleChannelUpstreamHandler { @@ -109,7 +109,7 @@ public class SecureChatServerHandler extends SimpleChannelUpstreamHandler { } /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ private static final class Greeter implements ChannelFutureListener { diff --git a/src/main/java/io/netty/example/securechat/SecureChatServerPipelineFactory.java b/src/main/java/io/netty/example/securechat/SecureChatServerPipelineFactory.java index 0294659811..b8f825d39f 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatServerPipelineFactory.java +++ b/src/main/java/io/netty/example/securechat/SecureChatServerPipelineFactory.java @@ -30,7 +30,7 @@ import io.netty.handler.ssl.SslHandler; /** * Creates a newly configured {@link ChannelPipeline} for a new channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SecureChatServerPipelineFactory implements diff --git a/src/main/java/io/netty/example/securechat/SecureChatSslContextFactory.java b/src/main/java/io/netty/example/securechat/SecureChatSslContextFactory.java index 16c9c8f409..0b4126dd9f 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatSslContextFactory.java +++ b/src/main/java/io/netty/example/securechat/SecureChatSslContextFactory.java @@ -49,7 +49,7 @@ import io.netty.handler.ssl.SslHandler; * to validate the client certificate.
  • * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SecureChatSslContextFactory { diff --git a/src/main/java/io/netty/example/securechat/SecureChatTrustManagerFactory.java b/src/main/java/io/netty/example/securechat/SecureChatTrustManagerFactory.java index c65886d088..b3b1e71d12 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatTrustManagerFactory.java +++ b/src/main/java/io/netty/example/securechat/SecureChatTrustManagerFactory.java @@ -30,7 +30,7 @@ import javax.net.ssl.X509TrustManager; * Bogus {@link TrustManagerFactorySpi} which accepts any certificate * even if it is invalid. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SecureChatTrustManagerFactory extends TrustManagerFactorySpi { diff --git a/src/main/java/io/netty/example/telnet/TelnetClient.java b/src/main/java/io/netty/example/telnet/TelnetClient.java index 1784610c57..e6d7cbe875 100644 --- a/src/main/java/io/netty/example/telnet/TelnetClient.java +++ b/src/main/java/io/netty/example/telnet/TelnetClient.java @@ -28,7 +28,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; /** * Simplistic telnet client. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class TelnetClient { diff --git a/src/main/java/io/netty/example/telnet/TelnetClientHandler.java b/src/main/java/io/netty/example/telnet/TelnetClientHandler.java index 84fe506c6d..d157ba68dd 100644 --- a/src/main/java/io/netty/example/telnet/TelnetClientHandler.java +++ b/src/main/java/io/netty/example/telnet/TelnetClientHandler.java @@ -28,7 +28,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; /** * Handles a client-side channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class TelnetClientHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/telnet/TelnetClientPipelineFactory.java b/src/main/java/io/netty/example/telnet/TelnetClientPipelineFactory.java index 7ef3502247..2e66cbfa43 100644 --- a/src/main/java/io/netty/example/telnet/TelnetClientPipelineFactory.java +++ b/src/main/java/io/netty/example/telnet/TelnetClientPipelineFactory.java @@ -27,7 +27,7 @@ import io.netty.handler.codec.string.StringEncoder; /** * Creates a newly configured {@link ChannelPipeline} for a new channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class TelnetClientPipelineFactory implements diff --git a/src/main/java/io/netty/example/telnet/TelnetServer.java b/src/main/java/io/netty/example/telnet/TelnetServer.java index e947074501..ec0e76f57d 100644 --- a/src/main/java/io/netty/example/telnet/TelnetServer.java +++ b/src/main/java/io/netty/example/telnet/TelnetServer.java @@ -24,7 +24,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** * Simplistic telnet server. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class TelnetServer { diff --git a/src/main/java/io/netty/example/telnet/TelnetServerHandler.java b/src/main/java/io/netty/example/telnet/TelnetServerHandler.java index 4351adc57e..7df1bd012f 100644 --- a/src/main/java/io/netty/example/telnet/TelnetServerHandler.java +++ b/src/main/java/io/netty/example/telnet/TelnetServerHandler.java @@ -32,7 +32,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; /** * Handles a server-side channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class TelnetServerHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/example/telnet/TelnetServerPipelineFactory.java b/src/main/java/io/netty/example/telnet/TelnetServerPipelineFactory.java index 97733793a4..37a0ba2fca 100644 --- a/src/main/java/io/netty/example/telnet/TelnetServerPipelineFactory.java +++ b/src/main/java/io/netty/example/telnet/TelnetServerPipelineFactory.java @@ -27,7 +27,7 @@ import io.netty.handler.codec.string.StringEncoder; /** * Creates a newly configured {@link ChannelPipeline} for a new channel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class TelnetServerPipelineFactory implements diff --git a/src/main/java/io/netty/example/uptime/UptimeClient.java b/src/main/java/io/netty/example/uptime/UptimeClient.java index b3203d39db..d179461153 100644 --- a/src/main/java/io/netty/example/uptime/UptimeClient.java +++ b/src/main/java/io/netty/example/uptime/UptimeClient.java @@ -34,7 +34,7 @@ import io.netty.util.Timer; * server. This example demonstrates how to implement reliable reconnection * mechanism in Netty. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class UptimeClient { diff --git a/src/main/java/io/netty/example/uptime/UptimeClientHandler.java b/src/main/java/io/netty/example/uptime/UptimeClientHandler.java index 9cf6ff7ac1..bd45f9b2c0 100644 --- a/src/main/java/io/netty/example/uptime/UptimeClientHandler.java +++ b/src/main/java/io/netty/example/uptime/UptimeClientHandler.java @@ -33,7 +33,7 @@ import io.netty.util.TimerTask; * Keep reconnecting to the server while printing out the current uptime and * connection attempt status. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class UptimeClientHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/handler/codec/base64/Base64.java b/src/main/java/io/netty/handler/codec/base64/Base64.java index a5f2a43a32..d10f7c78e3 100644 --- a/src/main/java/io/netty/handler/codec/base64/Base64.java +++ b/src/main/java/io/netty/handler/codec/base64/Base64.java @@ -30,7 +30,7 @@ import io.netty.buffer.HeapChannelBufferFactory; * The encoding and decoding algorithm in this class has been derived from * Robert Harder's Public Domain Base64 Encoder/Decoder. * - * @author The Netty Project + * @author The Netty Project * @author Robert Harder (rob@iharder.net) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/base64/Base64Decoder.java b/src/main/java/io/netty/handler/codec/base64/Base64Decoder.java index ee71b2809b..324bbc952f 100644 --- a/src/main/java/io/netty/handler/codec/base64/Base64Decoder.java +++ b/src/main/java/io/netty/handler/codec/base64/Base64Decoder.java @@ -44,7 +44,7 @@ import io.netty.util.CharsetUtil; * pipeline.addLast("base64Encoder", new {@link Base64Encoder}()); * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/base64/Base64Dialect.java b/src/main/java/io/netty/handler/codec/base64/Base64Dialect.java index 393981d0c2..99cd710643 100644 --- a/src/main/java/io/netty/handler/codec/base64/Base64Dialect.java +++ b/src/main/java/io/netty/handler/codec/base64/Base64Dialect.java @@ -25,7 +25,7 @@ package io.netty.handler.codec.base64; * The internal lookup tables in this class has been derived from * Robert Harder's Public Domain Base64 Encoder/Decoder. * - * @author The Netty Project + * @author The Netty Project * @author Robert Harder (rob@iharder.net) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/base64/Base64Encoder.java b/src/main/java/io/netty/handler/codec/base64/Base64Encoder.java index 44fb11a7ec..42efb1beb4 100644 --- a/src/main/java/io/netty/handler/codec/base64/Base64Encoder.java +++ b/src/main/java/io/netty/handler/codec/base64/Base64Encoder.java @@ -38,7 +38,7 @@ import io.netty.handler.codec.oneone.OneToOneEncoder; * pipeline.addLast("base64Encoder", new {@link Base64Encoder}()); * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/bytes/ByteArrayDecoder.java b/src/main/java/io/netty/handler/codec/bytes/ByteArrayDecoder.java index 79ceefe0c3..032aee4ac5 100644 --- a/src/main/java/io/netty/handler/codec/bytes/ByteArrayDecoder.java +++ b/src/main/java/io/netty/handler/codec/bytes/ByteArrayDecoder.java @@ -49,7 +49,7 @@ import io.netty.handler.codec.oneone.OneToOneDecoder; * } * * - * @author The Netty Project + * @author The Netty Project * @author Tomasz Blachowicz (tblachowicz@gmail.com) */ public class ByteArrayDecoder extends OneToOneDecoder { diff --git a/src/main/java/io/netty/handler/codec/bytes/ByteArrayEncoder.java b/src/main/java/io/netty/handler/codec/bytes/ByteArrayEncoder.java index de3829e06e..e35742f47e 100644 --- a/src/main/java/io/netty/handler/codec/bytes/ByteArrayEncoder.java +++ b/src/main/java/io/netty/handler/codec/bytes/ByteArrayEncoder.java @@ -51,7 +51,7 @@ import io.netty.handler.codec.oneone.OneToOneEncoder; * } * * - * @author The Netty Project + * @author The Netty Project * @author Tomasz Blachowicz (tblachowicz@gmail.com) */ public class ByteArrayEncoder extends OneToOneEncoder { diff --git a/src/main/java/io/netty/handler/codec/compression/CompressionException.java b/src/main/java/io/netty/handler/codec/compression/CompressionException.java index c633409c57..90dbd17890 100644 --- a/src/main/java/io/netty/handler/codec/compression/CompressionException.java +++ b/src/main/java/io/netty/handler/codec/compression/CompressionException.java @@ -21,7 +21,7 @@ import java.io.IOException; * An {@link IOException} that is raised when compression or decompression * failed. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class CompressionException extends RuntimeException { diff --git a/src/main/java/io/netty/handler/codec/compression/ZlibDecoder.java b/src/main/java/io/netty/handler/codec/compression/ZlibDecoder.java index 411704ec0e..33cea0e32a 100644 --- a/src/main/java/io/netty/handler/codec/compression/ZlibDecoder.java +++ b/src/main/java/io/netty/handler/codec/compression/ZlibDecoder.java @@ -27,7 +27,7 @@ import io.netty.util.internal.jzlib.ZStream; /** * Decompresses a {@link ChannelBuffer} using the deflate algorithm. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/compression/ZlibEncoder.java b/src/main/java/io/netty/handler/codec/compression/ZlibEncoder.java index 6ce6e5645e..8f5e553e86 100644 --- a/src/main/java/io/netty/handler/codec/compression/ZlibEncoder.java +++ b/src/main/java/io/netty/handler/codec/compression/ZlibEncoder.java @@ -35,7 +35,7 @@ import io.netty.util.internal.jzlib.ZStream; /** * Compresses a {@link ChannelBuffer} using the deflate algorithm. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/compression/ZlibUtil.java b/src/main/java/io/netty/handler/codec/compression/ZlibUtil.java index fe9852b1c3..f0e86a0451 100644 --- a/src/main/java/io/netty/handler/codec/compression/ZlibUtil.java +++ b/src/main/java/io/netty/handler/codec/compression/ZlibUtil.java @@ -21,7 +21,7 @@ import io.netty.util.internal.jzlib.ZStream; /** * Utility methods used by {@link ZlibEncoder} and {@link ZlibDecoder}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class ZlibUtil { diff --git a/src/main/java/io/netty/handler/codec/compression/ZlibWrapper.java b/src/main/java/io/netty/handler/codec/compression/ZlibWrapper.java index 158d2af9d9..64d6d2f8e7 100644 --- a/src/main/java/io/netty/handler/codec/compression/ZlibWrapper.java +++ b/src/main/java/io/netty/handler/codec/compression/ZlibWrapper.java @@ -19,7 +19,7 @@ package io.netty.handler.codec.compression; * The container file formats that wrap the stream compressed by the DEFLATE * algorithm. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public enum ZlibWrapper { diff --git a/src/main/java/io/netty/handler/codec/embedder/AbstractCodecEmbedder.java b/src/main/java/io/netty/handler/codec/embedder/AbstractCodecEmbedder.java index 74ee0b8c21..ac687557ec 100644 --- a/src/main/java/io/netty/handler/codec/embedder/AbstractCodecEmbedder.java +++ b/src/main/java/io/netty/handler/codec/embedder/AbstractCodecEmbedder.java @@ -38,7 +38,7 @@ import io.netty.channel.MessageEvent; /** * A skeletal {@link CodecEmbedder} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ abstract class AbstractCodecEmbedder implements CodecEmbedder { diff --git a/src/main/java/io/netty/handler/codec/embedder/CodecEmbedder.java b/src/main/java/io/netty/handler/codec/embedder/CodecEmbedder.java index 681a457bea..f1e0f15901 100644 --- a/src/main/java/io/netty/handler/codec/embedder/CodecEmbedder.java +++ b/src/main/java/io/netty/handler/codec/embedder/CodecEmbedder.java @@ -24,7 +24,7 @@ import io.netty.channel.ChannelPipeline; * without doing actual I/O in unit tests or higher level codecs. Please refer * to {@link EncoderEmbedder} and {@link DecoderEmbedder} for more information. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface CodecEmbedder { diff --git a/src/main/java/io/netty/handler/codec/embedder/CodecEmbedderException.java b/src/main/java/io/netty/handler/codec/embedder/CodecEmbedderException.java index bc260e62cf..211b885ce4 100644 --- a/src/main/java/io/netty/handler/codec/embedder/CodecEmbedderException.java +++ b/src/main/java/io/netty/handler/codec/embedder/CodecEmbedderException.java @@ -19,7 +19,7 @@ package io.netty.handler.codec.embedder; * A {@link RuntimeException} which is thrown when a {@link CodecEmbedder} * failed to encode or decode the specified input. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.exclude diff --git a/src/main/java/io/netty/handler/codec/embedder/DecoderEmbedder.java b/src/main/java/io/netty/handler/codec/embedder/DecoderEmbedder.java index cffc315036..0f7d9617bf 100644 --- a/src/main/java/io/netty/handler/codec/embedder/DecoderEmbedder.java +++ b/src/main/java/io/netty/handler/codec/embedder/DecoderEmbedder.java @@ -43,7 +43,7 @@ import io.netty.handler.codec.string.StringDecoder; * assert decoded.equals("foobar"); * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannel.java b/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannel.java index 4ce481c66b..ceda55d1b9 100644 --- a/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannel.java +++ b/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannel.java @@ -27,7 +27,7 @@ import io.netty.channel.DefaultChannelConfig; * TODO Make EmbeddedChannel implement ChannelConfig and ChannelSink to reduce overhead. * TODO Do not extend AbstractChannel to reduce overhead and remove the internal-use-only constructor in AbstractChannel. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class EmbeddedChannel extends AbstractChannel { diff --git a/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannelFactory.java b/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannelFactory.java index 554ceb1f3c..35de7e5d31 100644 --- a/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannelFactory.java +++ b/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannelFactory.java @@ -20,7 +20,7 @@ import io.netty.channel.ChannelFactory; import io.netty.channel.ChannelPipeline; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class EmbeddedChannelFactory implements ChannelFactory { diff --git a/src/main/java/io/netty/handler/codec/embedder/EmbeddedSocketAddress.java b/src/main/java/io/netty/handler/codec/embedder/EmbeddedSocketAddress.java index fb45026c14..76c3819ea6 100644 --- a/src/main/java/io/netty/handler/codec/embedder/EmbeddedSocketAddress.java +++ b/src/main/java/io/netty/handler/codec/embedder/EmbeddedSocketAddress.java @@ -18,7 +18,7 @@ package io.netty.handler.codec.embedder; import java.net.SocketAddress; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class EmbeddedSocketAddress extends SocketAddress { diff --git a/src/main/java/io/netty/handler/codec/embedder/EncoderEmbedder.java b/src/main/java/io/netty/handler/codec/embedder/EncoderEmbedder.java index ea0c16e2f6..63f89c122d 100644 --- a/src/main/java/io/netty/handler/codec/embedder/EncoderEmbedder.java +++ b/src/main/java/io/netty/handler/codec/embedder/EncoderEmbedder.java @@ -43,7 +43,7 @@ import io.netty.util.CharsetUtil; * assert encoded.toString({@link CharsetUtil}.US_ASCII).equals("Zm9vYmFy"); * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/frame/CorruptedFrameException.java b/src/main/java/io/netty/handler/codec/frame/CorruptedFrameException.java index bb28d44810..739d64452f 100644 --- a/src/main/java/io/netty/handler/codec/frame/CorruptedFrameException.java +++ b/src/main/java/io/netty/handler/codec/frame/CorruptedFrameException.java @@ -19,7 +19,7 @@ package io.netty.handler.codec.frame; * An {@link Exception} which is thrown when the received frame data can not * be decoded by a {@link FrameDecoder} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.hidden diff --git a/src/main/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java b/src/main/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java index 41bf742291..56bf354903 100644 --- a/src/main/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java @@ -55,7 +55,7 @@ import io.netty.channel.Channels; * +----------+ * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.uses io.netty.handler.codec.frame.Delimiters - - useful diff --git a/src/main/java/io/netty/handler/codec/frame/Delimiters.java b/src/main/java/io/netty/handler/codec/frame/Delimiters.java index 8070e2638d..865238b289 100644 --- a/src/main/java/io/netty/handler/codec/frame/Delimiters.java +++ b/src/main/java/io/netty/handler/codec/frame/Delimiters.java @@ -21,7 +21,7 @@ import io.netty.buffer.ChannelBuffers; /** * A set of commonly used delimiters for {@link DelimiterBasedFrameDecoder}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * */ diff --git a/src/main/java/io/netty/handler/codec/frame/FixedLengthFrameDecoder.java b/src/main/java/io/netty/handler/codec/frame/FixedLengthFrameDecoder.java index 26c88f1956..92096ca057 100644 --- a/src/main/java/io/netty/handler/codec/frame/FixedLengthFrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/frame/FixedLengthFrameDecoder.java @@ -35,7 +35,7 @@ import io.netty.channel.ChannelHandlerContext; * +-----+-----+-----+ * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class FixedLengthFrameDecoder extends FrameDecoder { diff --git a/src/main/java/io/netty/handler/codec/frame/FrameDecoder.java b/src/main/java/io/netty/handler/codec/frame/FrameDecoder.java index 482b78a820..56afef32da 100644 --- a/src/main/java/io/netty/handler/codec/frame/FrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/frame/FrameDecoder.java @@ -172,7 +172,7 @@ import io.netty.handler.codec.replay.ReplayingDecoder; * } * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoder.java b/src/main/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoder.java index 08c99985f0..5bd3466004 100644 --- a/src/main/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoder.java @@ -180,7 +180,7 @@ import io.netty.handler.codec.serialization.ObjectDecoder; * +------+--------+------+----------------+ +------+----------------+ * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @see LengthFieldPrepender diff --git a/src/main/java/io/netty/handler/codec/frame/LengthFieldPrepender.java b/src/main/java/io/netty/handler/codec/frame/LengthFieldPrepender.java index d46de5a27a..0dec57ea1b 100644 --- a/src/main/java/io/netty/handler/codec/frame/LengthFieldPrepender.java +++ b/src/main/java/io/netty/handler/codec/frame/LengthFieldPrepender.java @@ -54,7 +54,7 @@ import io.netty.handler.codec.oneone.OneToOneEncoder; * +--------+----------------+ * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ @Sharable diff --git a/src/main/java/io/netty/handler/codec/frame/TooLongFrameException.java b/src/main/java/io/netty/handler/codec/frame/TooLongFrameException.java index ae40e7d23d..73d256934e 100644 --- a/src/main/java/io/netty/handler/codec/frame/TooLongFrameException.java +++ b/src/main/java/io/netty/handler/codec/frame/TooLongFrameException.java @@ -19,7 +19,7 @@ package io.netty.handler.codec.frame; * An {@link Exception} which is thrown when the length of the frame * decoded by {@link DelimiterBasedFrameDecoder} is greater than the maximum. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.hidden diff --git a/src/main/java/io/netty/handler/codec/http/AbstractDiskHttpData.java b/src/main/java/io/netty/handler/codec/http/AbstractDiskHttpData.java index 1bd969dd42..01db7f999b 100644 --- a/src/main/java/io/netty/handler/codec/http/AbstractDiskHttpData.java +++ b/src/main/java/io/netty/handler/codec/http/AbstractDiskHttpData.java @@ -30,7 +30,7 @@ import io.netty.buffer.ChannelBuffers; /** * Abstract Disk HttpData implementation * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/AbstractHttpData.java b/src/main/java/io/netty/handler/codec/http/AbstractHttpData.java index 84082e32ca..55aa2d6b2d 100644 --- a/src/main/java/io/netty/handler/codec/http/AbstractHttpData.java +++ b/src/main/java/io/netty/handler/codec/http/AbstractHttpData.java @@ -20,7 +20,7 @@ import java.nio.charset.Charset; /** * Abstract HttpData implementation * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/AbstractMemoryHttpData.java b/src/main/java/io/netty/handler/codec/http/AbstractMemoryHttpData.java index f7ee36ad00..3bc303f86c 100644 --- a/src/main/java/io/netty/handler/codec/http/AbstractMemoryHttpData.java +++ b/src/main/java/io/netty/handler/codec/http/AbstractMemoryHttpData.java @@ -30,7 +30,7 @@ import io.netty.buffer.ChannelBuffers; /** * Abstract Memory HttpData implementation * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/Attribute.java b/src/main/java/io/netty/handler/codec/http/Attribute.java index e31bf3e61c..ddeefc7699 100644 --- a/src/main/java/io/netty/handler/codec/http/Attribute.java +++ b/src/main/java/io/netty/handler/codec/http/Attribute.java @@ -20,7 +20,7 @@ import java.io.IOException; /** * Attribute interface * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/CaseIgnoringComparator.java b/src/main/java/io/netty/handler/codec/http/CaseIgnoringComparator.java index a4f5767a3d..f9f37994cd 100644 --- a/src/main/java/io/netty/handler/codec/http/CaseIgnoringComparator.java +++ b/src/main/java/io/netty/handler/codec/http/CaseIgnoringComparator.java @@ -19,7 +19,7 @@ import java.io.Serializable; import java.util.Comparator; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/http/Cookie.java b/src/main/java/io/netty/handler/codec/http/Cookie.java index 64635ec8ef..afb9a048f8 100644 --- a/src/main/java/io/netty/handler/codec/http/Cookie.java +++ b/src/main/java/io/netty/handler/codec/http/Cookie.java @@ -20,7 +20,7 @@ import java.util.Set; /** * An HTTP Cookie. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Andy Taylor (andy.taylor@jboss.org) */ diff --git a/src/main/java/io/netty/handler/codec/http/CookieDecoder.java b/src/main/java/io/netty/handler/codec/http/CookieDecoder.java index 61766b3d1a..e5f615a2f0 100644 --- a/src/main/java/io/netty/handler/codec/http/CookieDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/CookieDecoder.java @@ -34,7 +34,7 @@ import java.util.regex.Pattern; * Set<{@link Cookie}> cookies = new {@link CookieDecoder}().decode(value); * * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @see CookieEncoder diff --git a/src/main/java/io/netty/handler/codec/http/CookieEncoder.java b/src/main/java/io/netty/handler/codec/http/CookieEncoder.java index 19b0a7e55b..81a4bfb5dd 100644 --- a/src/main/java/io/netty/handler/codec/http/CookieEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/CookieEncoder.java @@ -42,7 +42,7 @@ import java.util.TreeSet; * res.setHeader("Set-Cookie", encoder.encode()); * * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @see CookieDecoder diff --git a/src/main/java/io/netty/handler/codec/http/CookieHeaderNames.java b/src/main/java/io/netty/handler/codec/http/CookieHeaderNames.java index c900a7fdfe..1b7a0a70a1 100644 --- a/src/main/java/io/netty/handler/codec/http/CookieHeaderNames.java +++ b/src/main/java/io/netty/handler/codec/http/CookieHeaderNames.java @@ -16,7 +16,7 @@ package io.netty.handler.codec.http; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultCookie.java b/src/main/java/io/netty/handler/codec/http/DefaultCookie.java index 0d5b7aed43..d00960a746 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultCookie.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultCookie.java @@ -24,7 +24,7 @@ import java.util.TreeSet; /** * The default {@link Cookie} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpChunk.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpChunk.java index f4a804d648..095e442464 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpChunk.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpChunk.java @@ -20,7 +20,7 @@ import io.netty.buffer.ChannelBuffer; /** * The default {@link HttpChunk} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultHttpChunk implements HttpChunk { diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpChunkTrailer.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpChunkTrailer.java index 3d957caec9..de62e132e0 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpChunkTrailer.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpChunkTrailer.java @@ -25,7 +25,7 @@ import io.netty.buffer.ChannelBuffers; /** * The default {@link HttpChunkTrailer} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultHttpChunkTrailer implements HttpChunkTrailer { diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpDataFactory.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpDataFactory.java index 3431c9ec81..e1fc5682b0 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpDataFactory.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpDataFactory.java @@ -29,7 +29,7 @@ import java.util.concurrent.ConcurrentHashMap; * - MemoryFileUpload, DiskFileUpload or MixedFileUpload
    * according to the constructor. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpMessage.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpMessage.java index 42b9c21863..f4a2363387 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpMessage.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpMessage.java @@ -26,7 +26,7 @@ import io.netty.util.internal.StringUtil; /** * The default {@link HttpMessage} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpRequest.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpRequest.java index acdc488aa0..e104af6754 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpRequest.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpRequest.java @@ -20,7 +20,7 @@ import io.netty.util.internal.StringUtil; /** * The default {@link HttpRequest} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpResponse.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpResponse.java index 3e3a900f2e..7d40a78063 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpResponse.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpResponse.java @@ -20,7 +20,7 @@ import io.netty.util.internal.StringUtil; /** * The default {@link HttpResponse} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/http/DiskAttribute.java b/src/main/java/io/netty/handler/codec/http/DiskAttribute.java index 0f6a43565f..8eb88c23f6 100644 --- a/src/main/java/io/netty/handler/codec/http/DiskAttribute.java +++ b/src/main/java/io/netty/handler/codec/http/DiskAttribute.java @@ -22,7 +22,7 @@ import io.netty.buffer.ChannelBuffers; /** * Disk implementation of Attributes - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/DiskFileUpload.java b/src/main/java/io/netty/handler/codec/http/DiskFileUpload.java index a2aaf1c2b2..8e9389b9eb 100644 --- a/src/main/java/io/netty/handler/codec/http/DiskFileUpload.java +++ b/src/main/java/io/netty/handler/codec/http/DiskFileUpload.java @@ -21,7 +21,7 @@ import java.nio.charset.Charset; /** * Disk FileUpload implementation that stores file into real files * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/FileUpload.java b/src/main/java/io/netty/handler/codec/http/FileUpload.java index e7af85af8b..d8f2b6bbaf 100644 --- a/src/main/java/io/netty/handler/codec/http/FileUpload.java +++ b/src/main/java/io/netty/handler/codec/http/FileUpload.java @@ -20,7 +20,7 @@ package io.netty.handler.codec.http; * * Most methods are inspired from java.io.File API. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/HttpChunk.java b/src/main/java/io/netty/handler/codec/http/HttpChunk.java index f064eb5bfc..9c50260dd6 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpChunk.java +++ b/src/main/java/io/netty/handler/codec/http/HttpChunk.java @@ -32,7 +32,7 @@ import io.netty.channel.ChannelPipeline; * please {@link HttpChunkAggregator} after {@link HttpMessageDecoder} in the * {@link ChannelPipeline}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/http/HttpChunkAggregator.java b/src/main/java/io/netty/handler/codec/http/HttpChunkAggregator.java index 7617a07ba7..44e6c5162d 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpChunkAggregator.java +++ b/src/main/java/io/netty/handler/codec/http/HttpChunkAggregator.java @@ -48,7 +48,7 @@ import io.netty.util.CharsetUtil; * p.addLast("handler", new HttpRequestHandler()); * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/http/HttpChunkTrailer.java b/src/main/java/io/netty/handler/codec/http/HttpChunkTrailer.java index 3242840dcb..8b670b7d1f 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpChunkTrailer.java +++ b/src/main/java/io/netty/handler/codec/http/HttpChunkTrailer.java @@ -22,7 +22,7 @@ import java.util.Set; /** * The last {@link HttpChunk} which has trailing headers. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface HttpChunkTrailer extends HttpChunk { diff --git a/src/main/java/io/netty/handler/codec/http/HttpClientCodec.java b/src/main/java/io/netty/handler/codec/http/HttpClientCodec.java index 630309ffe4..803cdcbe0c 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpClientCodec.java +++ b/src/main/java/io/netty/handler/codec/http/HttpClientCodec.java @@ -34,7 +34,7 @@ import io.netty.util.internal.QueueFactory; * to be done for HEAD and CONNECT and why * {@link HttpResponseDecoder} can not handle it by itself. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @see HttpServerCodec diff --git a/src/main/java/io/netty/handler/codec/http/HttpCodecUtil.java b/src/main/java/io/netty/handler/codec/http/HttpCodecUtil.java index eac009f3a4..89e76b9a9c 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpCodecUtil.java +++ b/src/main/java/io/netty/handler/codec/http/HttpCodecUtil.java @@ -21,7 +21,7 @@ import java.util.List; import io.netty.util.CharsetUtil; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) */ class HttpCodecUtil { diff --git a/src/main/java/io/netty/handler/codec/http/HttpContentCompressor.java b/src/main/java/io/netty/handler/codec/http/HttpContentCompressor.java index 703a64946a..a77cf0c7b2 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpContentCompressor.java +++ b/src/main/java/io/netty/handler/codec/http/HttpContentCompressor.java @@ -27,7 +27,7 @@ import io.netty.handler.codec.embedder.EncoderEmbedder; * information on how this handler modifies the message, please refer to * {@link HttpContentEncoder}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class HttpContentCompressor extends HttpContentEncoder { diff --git a/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java b/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java index 14495fe1d9..4faaeff849 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java @@ -42,7 +42,7 @@ import io.netty.handler.codec.embedder.DecoderEmbedder; * so that this handler can intercept HTTP requests after {@link HttpMessageDecoder} * converts {@link ChannelBuffer}s into HTTP requests. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class HttpContentDecoder extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/handler/codec/http/HttpContentDecompressor.java b/src/main/java/io/netty/handler/codec/http/HttpContentDecompressor.java index e27156e359..235c279073 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpContentDecompressor.java +++ b/src/main/java/io/netty/handler/codec/http/HttpContentDecompressor.java @@ -25,7 +25,7 @@ import io.netty.handler.codec.embedder.DecoderEmbedder; * {@code gzip} or {@code deflate} encoding. For more information on how this * handler modifies the message, please refer to {@link HttpContentDecoder}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class HttpContentDecompressor extends HttpContentDecoder { diff --git a/src/main/java/io/netty/handler/codec/http/HttpContentEncoder.java b/src/main/java/io/netty/handler/codec/http/HttpContentEncoder.java index d6dcc5b87c..9dd2bd1efe 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpContentEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpContentEncoder.java @@ -48,7 +48,7 @@ import io.netty.util.internal.QueueFactory; * so that this handler can intercept HTTP responses before {@link HttpMessageEncoder} * converts them into {@link ChannelBuffer}s. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class HttpContentEncoder extends SimpleChannelHandler { diff --git a/src/main/java/io/netty/handler/codec/http/HttpData.java b/src/main/java/io/netty/handler/codec/http/HttpData.java index 507bf0cc01..80add36e93 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpData.java +++ b/src/main/java/io/netty/handler/codec/http/HttpData.java @@ -24,7 +24,7 @@ import io.netty.buffer.ChannelBuffer; /** * Extended interface for InterfaceHttpData - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/HttpDataFactory.java b/src/main/java/io/netty/handler/codec/http/HttpDataFactory.java index d4cddda2ff..c48a28cfaf 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpDataFactory.java +++ b/src/main/java/io/netty/handler/codec/http/HttpDataFactory.java @@ -20,7 +20,7 @@ import java.nio.charset.Charset; /** * Interface to enable creation of InterfaceHttpData objects * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/HttpHeaderDateFormat.java b/src/main/java/io/netty/handler/codec/http/HttpHeaderDateFormat.java index 7e6a983812..8641acb452 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpHeaderDateFormat.java +++ b/src/main/java/io/netty/handler/codec/http/HttpHeaderDateFormat.java @@ -31,7 +31,7 @@ import java.util.TimeZone; *
  • Sun Nov 6 08:49:37 1994: obsolete specification
  • * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Rogiel Josias Sulzbach */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpHeaders.java b/src/main/java/io/netty/handler/codec/http/HttpHeaders.java index a00c755959..a2a3c6f175 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpHeaders.java +++ b/src/main/java/io/netty/handler/codec/http/HttpHeaders.java @@ -29,7 +29,7 @@ import java.util.TreeSet; * Provides the constants for the standard HTTP header names and values and * commonly used utility methods that accesses an {@link HttpMessage}. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * * @apiviz.landmark @@ -40,7 +40,7 @@ public class HttpHeaders { /** * Standard HTTP header names. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * * @apiviz.stereotype static @@ -314,7 +314,7 @@ public class HttpHeaders { /** * Standard HTTP header values. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * * @apiviz.stereotype static diff --git a/src/main/java/io/netty/handler/codec/http/HttpMessage.java b/src/main/java/io/netty/handler/codec/http/HttpMessage.java index 748224ad05..a8a03baaf3 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpMessage.java +++ b/src/main/java/io/netty/handler/codec/http/HttpMessage.java @@ -28,7 +28,7 @@ import io.netty.buffer.ChannelBuffers; * An HTTP message which provides common properties for {@link HttpRequest} and * {@link HttpResponse}. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/http/HttpMessageDecoder.java b/src/main/java/io/netty/handler/codec/http/HttpMessageDecoder.java index cf0e4a298f..9777147e61 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpMessageDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpMessageDecoder.java @@ -97,7 +97,7 @@ import io.netty.handler.codec.replay.ReplayingDecoder; * To implement the decoder of such a derived protocol, extend this class and * implement all abstract methods properly. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @@ -117,7 +117,7 @@ public abstract class HttpMessageDecoder extends ReplayingDecoderInternal use only. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.exclude diff --git a/src/main/java/io/netty/handler/codec/http/HttpMessageEncoder.java b/src/main/java/io/netty/handler/codec/http/HttpMessageEncoder.java index 221f4ae95f..d3d4862924 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpMessageEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpMessageEncoder.java @@ -41,7 +41,7 @@ import io.netty.util.CharsetUtil; * To implement the encoder of such a derived protocol, extend this class and * implement all abstract methods properly. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/http/HttpMethod.java b/src/main/java/io/netty/handler/codec/http/HttpMethod.java index f9b9bd18e7..081e3dfedf 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpMethod.java +++ b/src/main/java/io/netty/handler/codec/http/HttpMethod.java @@ -23,7 +23,7 @@ import java.util.Map; * RTSP and * ICAP. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * * @apiviz.exclude diff --git a/src/main/java/io/netty/handler/codec/http/HttpPostBodyUtil.java b/src/main/java/io/netty/handler/codec/http/HttpPostBodyUtil.java index 70470097c9..ee3f137dbe 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpPostBodyUtil.java +++ b/src/main/java/io/netty/handler/codec/http/HttpPostBodyUtil.java @@ -23,7 +23,7 @@ import io.netty.util.CharsetUtil; /** * Shared Static object between HttpMessageDecoder, HttpPostRequestDecoder and HttpPostRequestEncoder * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/HttpPostRequestDecoder.java b/src/main/java/io/netty/handler/codec/http/HttpPostRequestDecoder.java index b08b0e73ac..d0e0161ccd 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpPostRequestDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpPostRequestDecoder.java @@ -31,7 +31,7 @@ import io.netty.handler.codec.http.HttpPostBodyUtil.TransferEncodingMechanism; /** * This decoder will decode Body and can handle POST BODY. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/HttpPostRequestEncoder.java b/src/main/java/io/netty/handler/codec/http/HttpPostRequestEncoder.java index 48d46164ab..b8180ffcf1 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpPostRequestEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpPostRequestEncoder.java @@ -31,7 +31,7 @@ import io.netty.handler.stream.ChunkedInput; /** * This encoder will help to encode Request for a FORM as POST. - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/HttpRequest.java b/src/main/java/io/netty/handler/codec/http/HttpRequest.java index 1a0b7c8af8..25052fa450 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpRequest.java +++ b/src/main/java/io/netty/handler/codec/http/HttpRequest.java @@ -26,7 +26,7 @@ package io.netty.handler.codec.http; * support is also provided separately via {@link CookieEncoder} and * {@link CookieDecoder}. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * * @see HttpResponse diff --git a/src/main/java/io/netty/handler/codec/http/HttpRequestDecoder.java b/src/main/java/io/netty/handler/codec/http/HttpRequestDecoder.java index 217dde15eb..9c31d4c4eb 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpRequestDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpRequestDecoder.java @@ -52,7 +52,7 @@ import io.netty.handler.codec.frame.TooLongFrameException; * * * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpRequestEncoder.java b/src/main/java/io/netty/handler/codec/http/HttpRequestEncoder.java index e926812817..bf9f78a101 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpRequestEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpRequestEncoder.java @@ -23,7 +23,7 @@ import io.netty.buffer.ChannelBuffer; * Encodes an {@link HttpRequest} or an {@link HttpChunk} into * a {@link ChannelBuffer}. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpResponse.java b/src/main/java/io/netty/handler/codec/http/HttpResponse.java index a924c775bb..1b4c85d4b4 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpResponse.java +++ b/src/main/java/io/netty/handler/codec/http/HttpResponse.java @@ -24,7 +24,7 @@ package io.netty.handler.codec.http; * Unlike the Servlet API, {@link Cookie} support is provided separately via * {@link CookieEncoder} and {@link CookieDecoder}. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/http/HttpResponseDecoder.java b/src/main/java/io/netty/handler/codec/http/HttpResponseDecoder.java index 6fe666618c..bb9b405ec9 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpResponseDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpResponseDecoder.java @@ -81,7 +81,7 @@ import io.netty.handler.codec.frame.TooLongFrameException; * CONNECT request. *

    * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpResponseEncoder.java b/src/main/java/io/netty/handler/codec/http/HttpResponseEncoder.java index 9b965df430..a85d34f4e9 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpResponseEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpResponseEncoder.java @@ -23,7 +23,7 @@ import io.netty.buffer.ChannelBuffer; * Encodes an {@link HttpResponse} or an {@link HttpChunk} into * a {@link ChannelBuffer}. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpResponseStatus.java b/src/main/java/io/netty/handler/codec/http/HttpResponseStatus.java index 809d0fa170..d467569241 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpResponseStatus.java +++ b/src/main/java/io/netty/handler/codec/http/HttpResponseStatus.java @@ -20,7 +20,7 @@ package io.netty.handler.codec.http; * RTSP and * ICAP. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/http/HttpServerCodec.java b/src/main/java/io/netty/handler/codec/http/HttpServerCodec.java index d9a0cc73ff..7e6ffabf53 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpServerCodec.java +++ b/src/main/java/io/netty/handler/codec/http/HttpServerCodec.java @@ -24,7 +24,7 @@ import io.netty.channel.ChannelUpstreamHandler; * A combination of {@link HttpRequestDecoder} and {@link HttpResponseEncoder} * which enables easier server side HTTP implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @see HttpClientCodec diff --git a/src/main/java/io/netty/handler/codec/http/HttpVersion.java b/src/main/java/io/netty/handler/codec/http/HttpVersion.java index 604368d847..1dc34b6a3e 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpVersion.java +++ b/src/main/java/io/netty/handler/codec/http/HttpVersion.java @@ -23,7 +23,7 @@ import java.util.regex.Pattern; * RTSP and * ICAP. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/http/InterfaceHttpData.java b/src/main/java/io/netty/handler/codec/http/InterfaceHttpData.java index ca612a8e45..ad7c739aba 100644 --- a/src/main/java/io/netty/handler/codec/http/InterfaceHttpData.java +++ b/src/main/java/io/netty/handler/codec/http/InterfaceHttpData.java @@ -17,7 +17,7 @@ package io.netty.handler.codec.http; /** * Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/InternalAttribute.java b/src/main/java/io/netty/handler/codec/http/InternalAttribute.java index 86308b5ca5..8187293c97 100644 --- a/src/main/java/io/netty/handler/codec/http/InternalAttribute.java +++ b/src/main/java/io/netty/handler/codec/http/InternalAttribute.java @@ -22,7 +22,7 @@ import java.util.List; * This Attribute is only for Encoder use to insert special command between object if needed * (like Multipart Mixed mode) * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/MemoryAttribute.java b/src/main/java/io/netty/handler/codec/http/MemoryAttribute.java index 6a5f2c14f7..d3fedeecc4 100644 --- a/src/main/java/io/netty/handler/codec/http/MemoryAttribute.java +++ b/src/main/java/io/netty/handler/codec/http/MemoryAttribute.java @@ -22,7 +22,7 @@ import io.netty.buffer.ChannelBuffers; /** * Memory implementation of Attributes - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/MemoryFileUpload.java b/src/main/java/io/netty/handler/codec/http/MemoryFileUpload.java index 4bce6639ec..284ea9a929 100644 --- a/src/main/java/io/netty/handler/codec/http/MemoryFileUpload.java +++ b/src/main/java/io/netty/handler/codec/http/MemoryFileUpload.java @@ -22,7 +22,7 @@ import java.nio.charset.Charset; * * Warning: be aware of the memory limitation. * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/MixedAttribute.java b/src/main/java/io/netty/handler/codec/http/MixedAttribute.java index b646ef6cf0..15e0d823b7 100644 --- a/src/main/java/io/netty/handler/codec/http/MixedAttribute.java +++ b/src/main/java/io/netty/handler/codec/http/MixedAttribute.java @@ -24,7 +24,7 @@ import io.netty.buffer.ChannelBuffer; /** * Mixed implementation using both in Memory and in File with a limit of size - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/MixedFileUpload.java b/src/main/java/io/netty/handler/codec/http/MixedFileUpload.java index 863ea2a50d..3c0bf1f6f7 100644 --- a/src/main/java/io/netty/handler/codec/http/MixedFileUpload.java +++ b/src/main/java/io/netty/handler/codec/http/MixedFileUpload.java @@ -24,7 +24,7 @@ import io.netty.buffer.ChannelBuffer; /** * Mixed implementation using both in Memory and in File with a limit of size - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Frederic Bregier diff --git a/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java b/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java index a11942ce7c..9a4b617e0a 100644 --- a/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java @@ -37,7 +37,7 @@ import io.netty.util.CharsetUtil; * assert decoder.getParameters().get("y").equals("2"); * * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * @author Benoit Sigoure diff --git a/src/main/java/io/netty/handler/codec/http/QueryStringEncoder.java b/src/main/java/io/netty/handler/codec/http/QueryStringEncoder.java index f1ea12733c..f0ab71c167 100644 --- a/src/main/java/io/netty/handler/codec/http/QueryStringEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/QueryStringEncoder.java @@ -34,7 +34,7 @@ import java.util.List; * assert encoder.toString().equals("/hello?recipient=world"); * * - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/http/websocket/DefaultWebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocket/DefaultWebSocketFrame.java index 33bef4cdc9..9075ae72ce 100644 --- a/src/main/java/io/netty/handler/codec/http/websocket/DefaultWebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocket/DefaultWebSocketFrame.java @@ -22,7 +22,7 @@ import io.netty.util.CharsetUtil; /** * The default {@link WebSocketFrame} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultWebSocketFrame implements WebSocketFrame { diff --git a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrame.java index cf1d57c85e..8214def914 100644 --- a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrame.java @@ -21,7 +21,7 @@ import io.netty.buffer.ChannelBuffers; /** * A Web Socket frame that represents either text or binary data. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface WebSocketFrame { diff --git a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameDecoder.java b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameDecoder.java index 87afd12e48..9ce80b2945 100644 --- a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameDecoder.java @@ -29,7 +29,7 @@ import io.netty.handler.codec.replay.VoidEnum; * server, take a look into the WebSocketServer example located in the * {@code io.netty.example.http.websocket} package. * - * @author The Netty Project + * @author The Netty Project * @author Mike Heath (mheath@apache.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameEncoder.java b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameEncoder.java index 914c080292..7a9688786c 100644 --- a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameEncoder.java @@ -28,7 +28,7 @@ import io.netty.handler.codec.oneone.OneToOneEncoder; * server, take a look into the WebSocketServer example located in the * {@code io.netty.example.http.websocket} package. * - * @author The Netty Project + * @author The Netty Project * @author Mike Heath (mheath@apache.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameDecoder.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameDecoder.java index db74f7f95e..abed32c869 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameDecoder.java @@ -29,7 +29,7 @@ import io.netty.handler.codec.replay.VoidEnum; * server, take a look into the WebSocketServer example located in the * {@code io.netty.example.http.websocket} package. * - * @author The Netty Project + * @author The Netty Project * @author Mike Heath (mheath@apache.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameEncoder.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameEncoder.java index 0bf7355964..8715db492c 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameEncoder.java @@ -28,7 +28,7 @@ import io.netty.handler.codec.oneone.OneToOneEncoder; * server, take a look into the WebSocketServer example located in the * {@code io.netty.example.http.websocket} package. * - * @author The Netty Project + * @author The Netty Project * @author Mike Heath (mheath@apache.org) * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java index 00cd1a2111..a3eee29758 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java @@ -42,7 +42,7 @@ import io.netty.handler.codec.http.HttpVersion; * A very large portion of this code was taken from the Netty 3.2 HTTP example. *

    * - * @author The Netty Project + * @author The Netty Project * @author Vibul Imtarnasan */ public class WebSocketClientHandshaker00 extends WebSocketClientHandshaker { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker10.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker10.java index 2d196e7a77..6d893a637c 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker10.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker10.java @@ -39,7 +39,7 @@ import io.netty.util.CharsetUtil; * >draft-ietf-hybi-thewebsocketprotocol- 10 *

    * - * @author The Netty Project + * @author The Netty Project */ public class WebSocketClientHandshaker10 extends WebSocketClientHandshaker { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker17.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker17.java index cd3026d229..6ea7458c2c 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker17.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker17.java @@ -39,7 +39,7 @@ import io.netty.util.CharsetUtil; * >draft-ietf-hybi-thewebsocketprotocol- 17 *

    * - * @author The Netty Project + * @author The Netty Project */ public class WebSocketClientHandshaker17 extends WebSocketClientHandshaker { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerFactory.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerFactory.java index 411a9446c2..8d31bb50dc 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerFactory.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerFactory.java @@ -20,7 +20,7 @@ import java.net.URI; /** * Instances the appropriate handshake class to use for clients * - * @author The Netty Project + * @author The Netty Project */ public class WebSocketClientHandshakerFactory { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrame.java index 0cdfe126f0..a6dfab3bf6 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrame.java @@ -20,7 +20,7 @@ import io.netty.buffer.ChannelBuffer; /** * Base class for web socket frames * - * @author The Netty Project + * @author The Netty Project */ public abstract class WebSocketFrame { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrameType.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrameType.java index 88fa69119d..29dc757904 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrameType.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrameType.java @@ -18,7 +18,7 @@ package io.netty.handler.codec.http.websocketx; /** * Type of web socket frames * - * @author The Netty Project + * @author The Netty Project */ public enum WebSocketFrameType { TEXT, BINARY, PING, PONG, CLOSE, CONTINUATION diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketHandshakeException.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketHandshakeException.java index 895a4be4df..f2a768d106 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketHandshakeException.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketHandshakeException.java @@ -18,7 +18,7 @@ package io.netty.handler.codec.http.websocketx; /** * Exception during handshaking process * - * @author The Netty Project + * @author The Netty Project */ public class WebSocketHandshakeException extends Exception { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java index f297af39b4..0722b90af4 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java @@ -28,7 +28,7 @@ import io.netty.util.CharsetUtil; /** * Base class for server side web socket opening and closing handshakes * - * @author The Netty Project + * @author The Netty Project */ public abstract class WebSocketServerHandshaker { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java index 01f6c5214f..a28536fe52 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java @@ -54,7 +54,7 @@ import io.netty.logging.InternalLoggerFactory; * A very large portion of this code was taken from the Netty 3.2 HTTP example. *

    * - * @author The Netty Project + * @author The Netty Project * @author Vibul Imtarnasan */ public class WebSocketServerHandshaker00 extends WebSocketServerHandshaker { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker10.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker10.java index af00e86d62..16f56e1d72 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker10.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker10.java @@ -41,7 +41,7 @@ import io.netty.util.CharsetUtil; * >draft-ietf-hybi-thewebsocketprotocol- 10 *

    * - * @author The Netty Project + * @author The Netty Project */ public class WebSocketServerHandshaker10 extends WebSocketServerHandshaker { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker17.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker17.java index 79c46e45b9..05362b69c7 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker17.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker17.java @@ -41,7 +41,7 @@ import io.netty.util.CharsetUtil; * >draft-ietf-hybi-thewebsocketprotocol- 17 *

    * - * @author The Netty Project + * @author The Netty Project */ public class WebSocketServerHandshaker17 extends WebSocketServerHandshaker { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory.java index ee21f052b1..b7ffd6ef14 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory.java @@ -26,7 +26,7 @@ import io.netty.handler.codec.http.HttpHeaders.Names; /** * Instances the appropriate handshake class to use for clients * - * @author The Netty Project + * @author The Netty Project */ public class WebSocketServerHandshakerFactory { diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketSpecificationVersion.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketSpecificationVersion.java index 65d2631632..7995884b4a 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketSpecificationVersion.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketSpecificationVersion.java @@ -24,7 +24,7 @@ package io.netty.handler.codec.http.websocketx; * may have use by more than 1 version of the specification. *

    * - * @author The Netty Project + * @author The Netty Project */ public enum WebSocketSpecificationVersion { UNKNOWN, diff --git a/src/main/java/io/netty/handler/codec/oneone/OneToOneDecoder.java b/src/main/java/io/netty/handler/codec/oneone/OneToOneDecoder.java index f2fc5dd929..2c54e2a566 100644 --- a/src/main/java/io/netty/handler/codec/oneone/OneToOneDecoder.java +++ b/src/main/java/io/netty/handler/codec/oneone/OneToOneDecoder.java @@ -44,7 +44,7 @@ import io.netty.handler.codec.frame.FrameDecoder; * pipeline.addLast("customEncoder", new {@link OneToOneEncoder}() { ... }); * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/oneone/OneToOneEncoder.java b/src/main/java/io/netty/handler/codec/oneone/OneToOneEncoder.java index 59281b59de..7e202243b5 100644 --- a/src/main/java/io/netty/handler/codec/oneone/OneToOneEncoder.java +++ b/src/main/java/io/netty/handler/codec/oneone/OneToOneEncoder.java @@ -41,7 +41,7 @@ import io.netty.handler.codec.frame.Delimiters; * pipeline.addLast("customEncoder", new {@link OneToOneEncoder}() { ... }); * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/protobuf/ProtobufDecoder.java b/src/main/java/io/netty/handler/codec/protobuf/ProtobufDecoder.java index 3bfd21b533..ab40a6d4a7 100644 --- a/src/main/java/io/netty/handler/codec/protobuf/ProtobufDecoder.java +++ b/src/main/java/io/netty/handler/codec/protobuf/ProtobufDecoder.java @@ -62,7 +62,7 @@ import com.google.protobuf.MessageLite; * } * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/protobuf/ProtobufEncoder.java b/src/main/java/io/netty/handler/codec/protobuf/ProtobufEncoder.java index ebe43f337f..dded89cf93 100644 --- a/src/main/java/io/netty/handler/codec/protobuf/ProtobufEncoder.java +++ b/src/main/java/io/netty/handler/codec/protobuf/ProtobufEncoder.java @@ -58,7 +58,7 @@ import com.google.protobuf.MessageLite; * } * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.java b/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.java index 0304695ecc..fea412d699 100644 --- a/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.java @@ -38,7 +38,7 @@ import com.google.protobuf.CodedInputStream; * * @see com.google.protobuf.CodedInputStream * - * @author The Netty Project + * @author The Netty Project * @author Tomasz Blachowicz (tblachowicz@gmail.com) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrepender.java b/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrepender.java index a63aff78a7..1789023552 100644 --- a/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrepender.java +++ b/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrepender.java @@ -40,7 +40,7 @@ import com.google.protobuf.CodedOutputStream; * * @see com.google.protobuf.CodedOutputStream * - * @author The Netty Project + * @author The Netty Project * @author Tomasz Blachowicz (tblachowicz@gmail.com) * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/replay/ReplayError.java b/src/main/java/io/netty/handler/codec/replay/ReplayError.java index 367317dc5a..6a7be6ea77 100644 --- a/src/main/java/io/netty/handler/codec/replay/ReplayError.java +++ b/src/main/java/io/netty/handler/codec/replay/ReplayError.java @@ -17,7 +17,7 @@ package io.netty.handler.codec.replay; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class ReplayError extends Error { diff --git a/src/main/java/io/netty/handler/codec/replay/ReplayingDecoder.java b/src/main/java/io/netty/handler/codec/replay/ReplayingDecoder.java index 2614438e68..16d3c1696a 100644 --- a/src/main/java/io/netty/handler/codec/replay/ReplayingDecoder.java +++ b/src/main/java/io/netty/handler/codec/replay/ReplayingDecoder.java @@ -279,7 +279,7 @@ import io.netty.handler.codec.frame.FrameDecoder; * } * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @param diff --git a/src/main/java/io/netty/handler/codec/replay/ReplayingDecoderBuffer.java b/src/main/java/io/netty/handler/codec/replay/ReplayingDecoderBuffer.java index 8758600450..6f1b5cff4a 100644 --- a/src/main/java/io/netty/handler/codec/replay/ReplayingDecoderBuffer.java +++ b/src/main/java/io/netty/handler/codec/replay/ReplayingDecoderBuffer.java @@ -30,7 +30,7 @@ import io.netty.buffer.ChannelBufferIndexFinder; import io.netty.buffer.ChannelBuffers; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class ReplayingDecoderBuffer implements ChannelBuffer { diff --git a/src/main/java/io/netty/handler/codec/replay/UnreplayableOperationException.java b/src/main/java/io/netty/handler/codec/replay/UnreplayableOperationException.java index 5ec8b25003..d80e92ec8f 100644 --- a/src/main/java/io/netty/handler/codec/replay/UnreplayableOperationException.java +++ b/src/main/java/io/netty/handler/codec/replay/UnreplayableOperationException.java @@ -22,7 +22,7 @@ import io.netty.buffer.ChannelBuffer; * operation on a {@link ChannelBuffer} in a {@link ReplayingDecoder} * implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class UnreplayableOperationException extends diff --git a/src/main/java/io/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java b/src/main/java/io/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java index 2b89288e22..94e7624552 100644 --- a/src/main/java/io/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java +++ b/src/main/java/io/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java @@ -19,7 +19,7 @@ import io.netty.buffer.ChannelBufferFactory; import io.netty.buffer.DynamicChannelBuffer; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class UnsafeDynamicChannelBuffer extends DynamicChannelBuffer { diff --git a/src/main/java/io/netty/handler/codec/replay/VoidEnum.java b/src/main/java/io/netty/handler/codec/replay/VoidEnum.java index 00a7efa7eb..2830cb1fb7 100644 --- a/src/main/java/io/netty/handler/codec/replay/VoidEnum.java +++ b/src/main/java/io/netty/handler/codec/replay/VoidEnum.java @@ -20,7 +20,7 @@ package io.netty.handler.codec.replay; * {@link ReplayingDecoder} when a user wants to manage the decoder state or * there's no state to manage. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public enum VoidEnum { diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java b/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java index 94268af160..8191f6c7b7 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java @@ -21,7 +21,7 @@ import io.netty.handler.codec.http.HttpHeaders; /** * Standard RTSP header names and values. * - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee * @@ -33,7 +33,7 @@ public final class RtspHeaders { /** * Standard RTSP header names. * - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee */ @@ -222,7 +222,7 @@ public final class RtspHeaders { /** * Standard RTSP header values. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public static final class Values { diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspMessageDecoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspMessageDecoder.java index 43fb4d79ce..a47abe38ab 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspMessageDecoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspMessageDecoder.java @@ -52,7 +52,7 @@ import io.netty.handler.codec.http.HttpMessageDecoder; * * * - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspMessageEncoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspMessageEncoder.java index 5c99929382..6a771c7b12 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspMessageEncoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspMessageEncoder.java @@ -26,7 +26,7 @@ import io.netty.handler.codec.http.HttpMessageEncoder; * Encodes an RTSP message represented in {@link HttpMessage} into * a {@link ChannelBuffer}. - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspMethods.java b/src/main/java/io/netty/handler/codec/rtsp/RtspMethods.java index df43038e71..782bf9b032 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspMethods.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspMethods.java @@ -23,7 +23,7 @@ import io.netty.handler.codec.http.HttpMethod; /** * The request method of RTSP. * - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspRequestDecoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspRequestDecoder.java index a0bef3c941..cbb727a5e9 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspRequestDecoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspRequestDecoder.java @@ -48,7 +48,7 @@ import io.netty.handler.codec.http.HttpRequest; * * * * - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspRequestEncoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspRequestEncoder.java index e9099e4ff6..7965cbc3c2 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspRequestEncoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspRequestEncoder.java @@ -23,7 +23,7 @@ import io.netty.handler.codec.http.HttpRequest; * Encodes an RTSP request represented in {@link HttpRequest} into * a {@link ChannelBuffer}. - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseDecoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseDecoder.java index 2be659c747..0644ea2681 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseDecoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseDecoder.java @@ -49,7 +49,7 @@ import io.netty.handler.codec.http.HttpResponseStatus; * * * - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseEncoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseEncoder.java index dd2668cf79..d5e19af9a4 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseEncoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseEncoder.java @@ -23,7 +23,7 @@ import io.netty.handler.codec.http.HttpResponse; * Encodes an RTSP response represented in {@link HttpResponse} into * a {@link ChannelBuffer}. - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseStatuses.java b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseStatuses.java index f779a56e34..2703959461 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseStatuses.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseStatuses.java @@ -20,7 +20,7 @@ import io.netty.handler.codec.http.HttpResponseStatus; /** * The status code and its description of a RTSP response. * - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspVersions.java b/src/main/java/io/netty/handler/codec/rtsp/RtspVersions.java index e6bda35a36..ea5cd9aa59 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspVersions.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspVersions.java @@ -20,7 +20,7 @@ import io.netty.handler.codec.http.HttpVersion; /** * The version of RTSP. * - * @author The Netty Project + * @author The Netty Project * @author Amit Bhayani * @author Trustin Lee * diff --git a/src/main/java/io/netty/handler/codec/serialization/CompactObjectInputStream.java b/src/main/java/io/netty/handler/codec/serialization/CompactObjectInputStream.java index 9f40af3123..5fa221d96e 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CompactObjectInputStream.java +++ b/src/main/java/io/netty/handler/codec/serialization/CompactObjectInputStream.java @@ -23,7 +23,7 @@ import java.io.ObjectStreamClass; import java.io.StreamCorruptedException; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class CompactObjectInputStream extends ObjectInputStream { diff --git a/src/main/java/io/netty/handler/codec/serialization/CompactObjectOutputStream.java b/src/main/java/io/netty/handler/codec/serialization/CompactObjectOutputStream.java index 80f5629caf..3ab7759b8f 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CompactObjectOutputStream.java +++ b/src/main/java/io/netty/handler/codec/serialization/CompactObjectOutputStream.java @@ -21,7 +21,7 @@ import java.io.ObjectStreamClass; import java.io.OutputStream; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class CompactObjectOutputStream extends ObjectOutputStream { diff --git a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoder.java b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoder.java index fb08696815..3c042e38e7 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoder.java +++ b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoder.java @@ -50,7 +50,7 @@ import io.netty.handler.codec.replay.ReplayingDecoder; * {@link ObjectDecoderInputStream} respectively. This workaround * requires both a client and a server to be modified. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ @Deprecated diff --git a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoderState.java b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoderState.java index 02069a0f03..a8fefe627f 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoderState.java +++ b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoderState.java @@ -16,7 +16,7 @@ package io.netty.handler.codec.serialization; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ enum CompatibleObjectDecoderState { diff --git a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectEncoder.java b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectEncoder.java index b39266d8b7..115a15e42d 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectEncoder.java +++ b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectEncoder.java @@ -35,7 +35,7 @@ import io.netty.handler.codec.oneone.OneToOneEncoder; * This encoder is interoperable with the standard Java object streams such as * {@link ObjectInputStream} and {@link ObjectOutputStream}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class CompatibleObjectEncoder extends OneToOneEncoder { diff --git a/src/main/java/io/netty/handler/codec/serialization/ObjectDecoder.java b/src/main/java/io/netty/handler/codec/serialization/ObjectDecoder.java index a7bdaf2599..cdceb5a6c1 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ObjectDecoder.java +++ b/src/main/java/io/netty/handler/codec/serialization/ObjectDecoder.java @@ -33,7 +33,7 @@ import io.netty.handler.codec.frame.LengthFieldBasedFrameDecoder; * {@link ObjectEncoder} or {@link ObjectEncoderOutputStream} to ensure the * interoperability with this decoder. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java b/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java index 05fc29bdb0..c8786fea6e 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java +++ b/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java @@ -25,7 +25,7 @@ import java.io.StreamCorruptedException; * An {@link ObjectInput} which is interoperable with {@link ObjectEncoder} * and {@link ObjectEncoderOutputStream}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ObjectDecoderInputStream extends InputStream implements diff --git a/src/main/java/io/netty/handler/codec/serialization/ObjectEncoder.java b/src/main/java/io/netty/handler/codec/serialization/ObjectEncoder.java index acbf64829b..1f9c3c20c7 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ObjectEncoder.java +++ b/src/main/java/io/netty/handler/codec/serialization/ObjectEncoder.java @@ -35,7 +35,7 @@ import io.netty.handler.codec.oneone.OneToOneEncoder; * {@link ObjectDecoder} or {@link ObjectDecoderInputStream} to ensure the * interoperability with this encoder. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/serialization/ObjectEncoderOutputStream.java b/src/main/java/io/netty/handler/codec/serialization/ObjectEncoderOutputStream.java index 8e872d261e..dea4be4b17 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ObjectEncoderOutputStream.java +++ b/src/main/java/io/netty/handler/codec/serialization/ObjectEncoderOutputStream.java @@ -29,7 +29,7 @@ import io.netty.buffer.ChannelBuffers; * An {@link ObjectOutput} which is interoperable with {@link ObjectDecoder} * and {@link ObjectDecoderInputStream}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ObjectEncoderOutputStream extends OutputStream implements diff --git a/src/main/java/io/netty/handler/codec/serialization/SwitchableInputStream.java b/src/main/java/io/netty/handler/codec/serialization/SwitchableInputStream.java index a0ad7a8c3c..4e28a4b809 100644 --- a/src/main/java/io/netty/handler/codec/serialization/SwitchableInputStream.java +++ b/src/main/java/io/netty/handler/codec/serialization/SwitchableInputStream.java @@ -22,7 +22,7 @@ import java.io.InputStream; * {@link FilterInputStream} which allows a user to change the underlying * stream at any time. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class SwitchableInputStream extends FilterInputStream { diff --git a/src/main/java/io/netty/handler/codec/string/StringDecoder.java b/src/main/java/io/netty/handler/codec/string/StringDecoder.java index a84d25f515..ea7bde6556 100644 --- a/src/main/java/io/netty/handler/codec/string/StringDecoder.java +++ b/src/main/java/io/netty/handler/codec/string/StringDecoder.java @@ -53,7 +53,7 @@ import io.netty.handler.codec.oneone.OneToOneDecoder; * } * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/codec/string/StringEncoder.java b/src/main/java/io/netty/handler/codec/string/StringEncoder.java index aa5e948912..7a10807a59 100644 --- a/src/main/java/io/netty/handler/codec/string/StringEncoder.java +++ b/src/main/java/io/netty/handler/codec/string/StringEncoder.java @@ -51,7 +51,7 @@ import io.netty.handler.codec.oneone.OneToOneEncoder; * } * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/execution/ChannelEventRunnable.java b/src/main/java/io/netty/handler/execution/ChannelEventRunnable.java index 4b1ee7e42c..415d867a1b 100644 --- a/src/main/java/io/netty/handler/execution/ChannelEventRunnable.java +++ b/src/main/java/io/netty/handler/execution/ChannelEventRunnable.java @@ -26,7 +26,7 @@ import io.netty.util.EstimatableObjectWrapper; * Most users will not see this type at all because it is used by * {@link Executor} implementers only * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ChannelEventRunnable implements Runnable, EstimatableObjectWrapper { diff --git a/src/main/java/io/netty/handler/execution/ExecutionHandler.java b/src/main/java/io/netty/handler/execution/ExecutionHandler.java index be79450cf8..c9852a229e 100644 --- a/src/main/java/io/netty/handler/execution/ExecutionHandler.java +++ b/src/main/java/io/netty/handler/execution/ExecutionHandler.java @@ -102,7 +102,7 @@ import io.netty.util.internal.ExecutorUtil; * because they often do not maintain event execution order nor interact with * I/O threads to control the incoming traffic and avoid {@link OutOfMemoryError}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/execution/MemoryAwareThreadPoolExecutor.java b/src/main/java/io/netty/handler/execution/MemoryAwareThreadPoolExecutor.java index db6cb0aae8..1721687755 100644 --- a/src/main/java/io/netty/handler/execution/MemoryAwareThreadPoolExecutor.java +++ b/src/main/java/io/netty/handler/execution/MemoryAwareThreadPoolExecutor.java @@ -124,7 +124,7 @@ import io.netty.util.internal.SharedResourceMisuseDetector; * * To maintain the event order, you must use {@link OrderedMemoryAwareThreadPoolExecutor}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.has io.netty.util.ObjectSizeEstimator oneway - - diff --git a/src/main/java/io/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java b/src/main/java/io/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java index 6e76223610..655aee69e7 100644 --- a/src/main/java/io/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java +++ b/src/main/java/io/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java @@ -129,7 +129,7 @@ import io.netty.util.internal.QueueFactory; * or synchronized {@link WeakHashMap} instead of managing the life cycle of the * keys by yourself. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author David M. Lloyd (david.lloyd@redhat.com) * diff --git a/src/main/java/io/netty/handler/logging/LoggingHandler.java b/src/main/java/io/netty/handler/logging/LoggingHandler.java index 3cb3443c83..7123f37b9d 100644 --- a/src/main/java/io/netty/handler/logging/LoggingHandler.java +++ b/src/main/java/io/netty/handler/logging/LoggingHandler.java @@ -36,7 +36,7 @@ import io.netty.logging.InternalLoggerFactory; * this class and override {@link #log(ChannelEvent)} to change the default * behavior. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/queue/BlockingReadHandler.java b/src/main/java/io/netty/handler/queue/BlockingReadHandler.java index 4c8d672a57..10dd090856 100644 --- a/src/main/java/io/netty/handler/queue/BlockingReadHandler.java +++ b/src/main/java/io/netty/handler/queue/BlockingReadHandler.java @@ -71,7 +71,7 @@ import io.netty.util.internal.QueueFactory; * * @param the type of the received messages * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class BlockingReadHandler extends SimpleChannelUpstreamHandler { diff --git a/src/main/java/io/netty/handler/queue/BlockingReadTimeoutException.java b/src/main/java/io/netty/handler/queue/BlockingReadTimeoutException.java index fd0a50941e..a3153086c3 100644 --- a/src/main/java/io/netty/handler/queue/BlockingReadTimeoutException.java +++ b/src/main/java/io/netty/handler/queue/BlockingReadTimeoutException.java @@ -22,7 +22,7 @@ import java.io.InterruptedIOException; * A {@link IOException} raised by {@link BlockingReadHandler} when no data * was read within a certain period of time. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class BlockingReadTimeoutException extends InterruptedIOException { diff --git a/src/main/java/io/netty/handler/queue/BufferedWriteHandler.java b/src/main/java/io/netty/handler/queue/BufferedWriteHandler.java index df5533a82c..7e1bff309f 100644 --- a/src/main/java/io/netty/handler/queue/BufferedWriteHandler.java +++ b/src/main/java/io/netty/handler/queue/BufferedWriteHandler.java @@ -155,7 +155,7 @@ import io.netty.util.internal.QueueFactory; * For example, you could call {@link #flush()} periodically, using * {@link HashedWheelTimer} every second. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/region/ChannelWritableByteChannel.java b/src/main/java/io/netty/handler/region/ChannelWritableByteChannel.java index c32e5bfe6c..e3b18a8720 100644 --- a/src/main/java/io/netty/handler/region/ChannelWritableByteChannel.java +++ b/src/main/java/io/netty/handler/region/ChannelWritableByteChannel.java @@ -35,7 +35,7 @@ import io.netty.channel.MessageEvent; * {@link WritableByteChannel} implementation which will take care to wrap the {@link ByteBuffer} to a {@link ChannelBuffer} and forward it to the next {@link ChannelDownstreamHandler} in the {@link ChannelPipeline} on every {@link #write(ByteBuffer)} * operation. * - * @author The Netty Project + * @author The Netty Project * @author Norman Maurer * */ diff --git a/src/main/java/io/netty/handler/region/FileRegionEncoder.java b/src/main/java/io/netty/handler/region/FileRegionEncoder.java index c1e483871f..97579eee3b 100644 --- a/src/main/java/io/netty/handler/region/FileRegionEncoder.java +++ b/src/main/java/io/netty/handler/region/FileRegionEncoder.java @@ -36,7 +36,7 @@ import io.netty.channel.MessageEvent; * Users of this {@link FileRegionEncoder} should add / remove this {@link ChannelDownstreamHandler} on the fly to get the best performance out of their system. * * - * @author The Netty Project + * @author The Netty Project * @author Norman Maurer * */ diff --git a/src/main/java/io/netty/handler/ssl/ImmediateExecutor.java b/src/main/java/io/netty/handler/ssl/ImmediateExecutor.java index 65180ed325..3d78d80f99 100644 --- a/src/main/java/io/netty/handler/ssl/ImmediateExecutor.java +++ b/src/main/java/io/netty/handler/ssl/ImmediateExecutor.java @@ -20,7 +20,7 @@ import java.util.concurrent.Executor; /** * {@link Executor} which executes the command in the caller thread. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class ImmediateExecutor implements Executor { diff --git a/src/main/java/io/netty/handler/ssl/SslBufferPool.java b/src/main/java/io/netty/handler/ssl/SslBufferPool.java index 92714a3a32..a082b60896 100644 --- a/src/main/java/io/netty/handler/ssl/SslBufferPool.java +++ b/src/main/java/io/netty/handler/ssl/SslBufferPool.java @@ -33,7 +33,7 @@ import javax.net.ssl.SSLEngine; * buffer for every 'wrap' and 'unwrap' operation wastes a lot of memory * bandwidth, resulting in the application performance degradation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SslBufferPool { diff --git a/src/main/java/io/netty/handler/ssl/SslHandler.java b/src/main/java/io/netty/handler/ssl/SslHandler.java index d86f965265..d47813dc95 100644 --- a/src/main/java/io/netty/handler/ssl/SslHandler.java +++ b/src/main/java/io/netty/handler/ssl/SslHandler.java @@ -146,7 +146,7 @@ import io.netty.util.internal.QueueFactory; *
  • Initiate SSL handshake by calling {@link SslHandler#handshake()}.
  • * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/stream/ChunkedFile.java b/src/main/java/io/netty/handler/stream/ChunkedFile.java index e2ca1dd0fe..fb967f88bb 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedFile.java +++ b/src/main/java/io/netty/handler/stream/ChunkedFile.java @@ -30,7 +30,7 @@ import io.netty.channel.FileRegion; * zero-copy file transfer * such as {@code sendfile()}, you might want to use {@link FileRegion} instead. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ChunkedFile implements ChunkedInput { diff --git a/src/main/java/io/netty/handler/stream/ChunkedInput.java b/src/main/java/io/netty/handler/stream/ChunkedInput.java index 9a0afc8a0e..48561b0606 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedInput.java +++ b/src/main/java/io/netty/handler/stream/ChunkedInput.java @@ -20,7 +20,7 @@ import io.netty.buffer.ChannelBuffer; /** * A data stream of indefinite length which is consumed by {@link ChunkedWriteHandler}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/stream/ChunkedNioFile.java b/src/main/java/io/netty/handler/stream/ChunkedNioFile.java index c71762c01c..ec3a4fec6b 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedNioFile.java +++ b/src/main/java/io/netty/handler/stream/ChunkedNioFile.java @@ -33,7 +33,7 @@ import io.netty.channel.FileRegion; * zero-copy file transfer * such as {@code sendfile()}, you might want to use {@link FileRegion} instead. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Frederic Bregier */ diff --git a/src/main/java/io/netty/handler/stream/ChunkedNioStream.java b/src/main/java/io/netty/handler/stream/ChunkedNioStream.java index 8b27378092..b5aa6cf5c5 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedNioStream.java +++ b/src/main/java/io/netty/handler/stream/ChunkedNioStream.java @@ -27,7 +27,7 @@ import io.netty.buffer.ChannelBuffer; * chunk by chunk. Please note that the {@link ReadableByteChannel} must * operate in blocking mode. Non-blocking mode channels are not supported. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Frederic Bregier */ diff --git a/src/main/java/io/netty/handler/stream/ChunkedStream.java b/src/main/java/io/netty/handler/stream/ChunkedStream.java index 55ffc8e341..607f81dec8 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedStream.java +++ b/src/main/java/io/netty/handler/stream/ChunkedStream.java @@ -30,7 +30,7 @@ import java.io.PushbackInputStream; * Otherwise, {@link ChunkedStream} will generate many too small chunks or * block unnecessarily often. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ChunkedStream implements ChunkedInput { diff --git a/src/main/java/io/netty/handler/stream/ChunkedWriteHandler.java b/src/main/java/io/netty/handler/stream/ChunkedWriteHandler.java index 15cc4e7b2d..3c3cfd9b2b 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedWriteHandler.java +++ b/src/main/java/io/netty/handler/stream/ChunkedWriteHandler.java @@ -68,7 +68,7 @@ import io.netty.util.internal.QueueFactory; * transfer. To resume the transfer when a new chunk is available, you have to * call {@link #resumeTransfer()}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/timeout/DefaultIdleStateEvent.java b/src/main/java/io/netty/handler/timeout/DefaultIdleStateEvent.java index c5343df24a..94b5ca0317 100644 --- a/src/main/java/io/netty/handler/timeout/DefaultIdleStateEvent.java +++ b/src/main/java/io/netty/handler/timeout/DefaultIdleStateEvent.java @@ -27,7 +27,7 @@ import io.netty.channel.ChannelFuture; /** * The default {@link IdleStateEvent} implementation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultIdleStateEvent implements IdleStateEvent { diff --git a/src/main/java/io/netty/handler/timeout/IdleState.java b/src/main/java/io/netty/handler/timeout/IdleState.java index d0a9495d53..af038af1ff 100644 --- a/src/main/java/io/netty/handler/timeout/IdleState.java +++ b/src/main/java/io/netty/handler/timeout/IdleState.java @@ -21,7 +21,7 @@ import io.netty.channel.Channel; /** * An {@link Enum} that represents the idle state of a {@link Channel}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public enum IdleState { diff --git a/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelHandler.java b/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelHandler.java index 18c80028b6..7b256af176 100644 --- a/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelHandler.java +++ b/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelHandler.java @@ -24,7 +24,7 @@ import io.netty.channel.SimpleChannelHandler; * An extended {@link SimpleChannelHandler} that adds the handler method for * an {@link IdleStateEvent}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.uses io.netty.handler.timeout.IdleStateEvent diff --git a/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelUpstreamHandler.java b/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelUpstreamHandler.java index d5758c8102..ae453dc136 100644 --- a/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelUpstreamHandler.java +++ b/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelUpstreamHandler.java @@ -24,7 +24,7 @@ import io.netty.channel.SimpleChannelUpstreamHandler; * An extended {@link SimpleChannelUpstreamHandler} that adds the handler method * for an {@link IdleStateEvent}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.uses io.netty.handler.timeout.IdleStateEvent diff --git a/src/main/java/io/netty/handler/timeout/IdleStateEvent.java b/src/main/java/io/netty/handler/timeout/IdleStateEvent.java index ce62779d2b..af3aebfe6c 100644 --- a/src/main/java/io/netty/handler/timeout/IdleStateEvent.java +++ b/src/main/java/io/netty/handler/timeout/IdleStateEvent.java @@ -22,7 +22,7 @@ import io.netty.channel.ChannelEvent; * A {@link ChannelEvent} that is triggered when a {@link Channel} has been idle * for a while. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/handler/timeout/IdleStateHandler.java b/src/main/java/io/netty/handler/timeout/IdleStateHandler.java index 559e21f376..afccf0cb85 100644 --- a/src/main/java/io/netty/handler/timeout/IdleStateHandler.java +++ b/src/main/java/io/netty/handler/timeout/IdleStateHandler.java @@ -113,7 +113,7 @@ import io.netty.util.TimerTask; * created should be stopped manually by calling {@link #releaseExternalResources()} * or {@link Timer#stop()} when your application shuts down. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @see ReadTimeoutHandler diff --git a/src/main/java/io/netty/handler/timeout/ReadTimeoutException.java b/src/main/java/io/netty/handler/timeout/ReadTimeoutException.java index b45c34a584..2f53412eb2 100644 --- a/src/main/java/io/netty/handler/timeout/ReadTimeoutException.java +++ b/src/main/java/io/netty/handler/timeout/ReadTimeoutException.java @@ -19,7 +19,7 @@ package io.netty.handler.timeout; * A {@link TimeoutException} raised by {@link ReadTimeoutHandler} when no data * was read within a certain period of time. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ReadTimeoutException extends TimeoutException { diff --git a/src/main/java/io/netty/handler/timeout/ReadTimeoutHandler.java b/src/main/java/io/netty/handler/timeout/ReadTimeoutHandler.java index 712bcb21ed..486b261b67 100644 --- a/src/main/java/io/netty/handler/timeout/ReadTimeoutHandler.java +++ b/src/main/java/io/netty/handler/timeout/ReadTimeoutHandler.java @@ -70,7 +70,7 @@ import io.netty.util.TimerTask; * created should be stopped manually by calling {@link #releaseExternalResources()} * or {@link Timer#stop()} when your application shuts down. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @see WriteTimeoutHandler diff --git a/src/main/java/io/netty/handler/timeout/TimeoutException.java b/src/main/java/io/netty/handler/timeout/TimeoutException.java index 1f06a59132..ba950a650e 100644 --- a/src/main/java/io/netty/handler/timeout/TimeoutException.java +++ b/src/main/java/io/netty/handler/timeout/TimeoutException.java @@ -21,7 +21,7 @@ import io.netty.channel.ChannelException; * A {@link TimeoutException} when no data was either read or written within a * certain period of time. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class TimeoutException extends ChannelException { diff --git a/src/main/java/io/netty/handler/timeout/WriteTimeoutException.java b/src/main/java/io/netty/handler/timeout/WriteTimeoutException.java index cb983fcf61..ddf6d02781 100644 --- a/src/main/java/io/netty/handler/timeout/WriteTimeoutException.java +++ b/src/main/java/io/netty/handler/timeout/WriteTimeoutException.java @@ -20,7 +20,7 @@ package io.netty.handler.timeout; * A {@link TimeoutException} raised by {@link WriteTimeoutHandler} when no data * was written within a certain period of time. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class WriteTimeoutException extends TimeoutException { diff --git a/src/main/java/io/netty/handler/timeout/WriteTimeoutHandler.java b/src/main/java/io/netty/handler/timeout/WriteTimeoutHandler.java index 37b06a22ab..025519c1aa 100644 --- a/src/main/java/io/netty/handler/timeout/WriteTimeoutHandler.java +++ b/src/main/java/io/netty/handler/timeout/WriteTimeoutHandler.java @@ -66,7 +66,7 @@ import io.netty.util.TimerTask; * created should be stopped manually by calling {@link #releaseExternalResources()} * or {@link Timer#stop()} when your application shuts down. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @see ReadTimeoutHandler @@ -194,7 +194,7 @@ public class WriteTimeoutHandler extends SimpleChannelDownstreamHandler } /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ private static final class TimeoutCanceller implements ChannelFutureListener { diff --git a/src/main/java/io/netty/logging/AbstractInternalLogger.java b/src/main/java/io/netty/logging/AbstractInternalLogger.java index 65f7c0bb78..f9c866c73e 100644 --- a/src/main/java/io/netty/logging/AbstractInternalLogger.java +++ b/src/main/java/io/netty/logging/AbstractInternalLogger.java @@ -20,7 +20,7 @@ package io.netty.logging; * all methods that have a {@link InternalLogLevel} parameter by default to call * specific logger methods such as {@link #info(String)} or {@link #isInfoEnabled()}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractInternalLogger implements InternalLogger { diff --git a/src/main/java/io/netty/logging/CommonsLogger.java b/src/main/java/io/netty/logging/CommonsLogger.java index b81eca44b2..af2c2ce5aa 100644 --- a/src/main/java/io/netty/logging/CommonsLogger.java +++ b/src/main/java/io/netty/logging/CommonsLogger.java @@ -21,7 +21,7 @@ import org.apache.commons.logging.Log; * Apache Commons Logging * logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class CommonsLogger extends AbstractInternalLogger { diff --git a/src/main/java/io/netty/logging/CommonsLoggerFactory.java b/src/main/java/io/netty/logging/CommonsLoggerFactory.java index 3bfae75546..004b1b9633 100644 --- a/src/main/java/io/netty/logging/CommonsLoggerFactory.java +++ b/src/main/java/io/netty/logging/CommonsLoggerFactory.java @@ -22,7 +22,7 @@ package io.netty.logging; * Apache Commons Logging * logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class CommonsLoggerFactory extends InternalLoggerFactory { diff --git a/src/main/java/io/netty/logging/InternalLogLevel.java b/src/main/java/io/netty/logging/InternalLogLevel.java index 0d987c32b2..f7498225b4 100644 --- a/src/main/java/io/netty/logging/InternalLogLevel.java +++ b/src/main/java/io/netty/logging/InternalLogLevel.java @@ -18,7 +18,7 @@ package io.netty.logging; /** * The log level that {@link InternalLogger} can log at. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public enum InternalLogLevel { diff --git a/src/main/java/io/netty/logging/InternalLogger.java b/src/main/java/io/netty/logging/InternalLogger.java index ebc8657f28..76ce4dc802 100644 --- a/src/main/java/io/netty/logging/InternalLogger.java +++ b/src/main/java/io/netty/logging/InternalLogger.java @@ -19,7 +19,7 @@ package io.netty.logging; * Internal-use-only logger used by Netty. DO NOT * access this class outside of Netty. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface InternalLogger { diff --git a/src/main/java/io/netty/logging/InternalLoggerFactory.java b/src/main/java/io/netty/logging/InternalLoggerFactory.java index 6dd301e36d..be37add598 100644 --- a/src/main/java/io/netty/logging/InternalLoggerFactory.java +++ b/src/main/java/io/netty/logging/InternalLoggerFactory.java @@ -31,7 +31,7 @@ import io.netty.util.internal.StackTraceSimplifier; * {@link #setDefaultFactory(InternalLoggerFactory)} should be called as early * as possible and shouldn't be called more than once. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/logging/JBossLogger.java b/src/main/java/io/netty/logging/JBossLogger.java index e3a37ef071..e9b9cf9a3f 100644 --- a/src/main/java/io/netty/logging/JBossLogger.java +++ b/src/main/java/io/netty/logging/JBossLogger.java @@ -21,7 +21,7 @@ import org.jboss.logging.Logger; * JBoss Logging * logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class JBossLogger extends AbstractInternalLogger { diff --git a/src/main/java/io/netty/logging/JBossLoggerFactory.java b/src/main/java/io/netty/logging/JBossLoggerFactory.java index a5514e7362..ef0d7f79f7 100644 --- a/src/main/java/io/netty/logging/JBossLoggerFactory.java +++ b/src/main/java/io/netty/logging/JBossLoggerFactory.java @@ -22,7 +22,7 @@ package io.netty.logging; * JBoss Logging * logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class JBossLoggerFactory extends InternalLoggerFactory { diff --git a/src/main/java/io/netty/logging/JdkLogger.java b/src/main/java/io/netty/logging/JdkLogger.java index e8ad32053e..b2c6b7b04b 100644 --- a/src/main/java/io/netty/logging/JdkLogger.java +++ b/src/main/java/io/netty/logging/JdkLogger.java @@ -22,7 +22,7 @@ import java.util.logging.Logger; * java.util.logging * logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class JdkLogger extends AbstractInternalLogger { diff --git a/src/main/java/io/netty/logging/JdkLoggerFactory.java b/src/main/java/io/netty/logging/JdkLoggerFactory.java index 72fd139165..ef9a4ef880 100644 --- a/src/main/java/io/netty/logging/JdkLoggerFactory.java +++ b/src/main/java/io/netty/logging/JdkLoggerFactory.java @@ -21,7 +21,7 @@ package io.netty.logging; * java.util.logging * logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class JdkLoggerFactory extends InternalLoggerFactory { diff --git a/src/main/java/io/netty/logging/Log4JLogger.java b/src/main/java/io/netty/logging/Log4JLogger.java index dd8f435576..3eed37a534 100644 --- a/src/main/java/io/netty/logging/Log4JLogger.java +++ b/src/main/java/io/netty/logging/Log4JLogger.java @@ -21,7 +21,7 @@ import org.apache.log4j.Logger; * Apache Log4J * logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class Log4JLogger extends AbstractInternalLogger { diff --git a/src/main/java/io/netty/logging/Log4JLoggerFactory.java b/src/main/java/io/netty/logging/Log4JLoggerFactory.java index 82ffa5747d..e64871c256 100644 --- a/src/main/java/io/netty/logging/Log4JLoggerFactory.java +++ b/src/main/java/io/netty/logging/Log4JLoggerFactory.java @@ -22,7 +22,7 @@ package io.netty.logging; * Apache Log4J * logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * */ diff --git a/src/main/java/io/netty/logging/OsgiLogger.java b/src/main/java/io/netty/logging/OsgiLogger.java index bb28810db9..c7c70046dc 100644 --- a/src/main/java/io/netty/logging/OsgiLogger.java +++ b/src/main/java/io/netty/logging/OsgiLogger.java @@ -20,7 +20,7 @@ import org.osgi.service.log.LogService; /** * OSGi {@link LogService} logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class OsgiLogger extends AbstractInternalLogger { diff --git a/src/main/java/io/netty/logging/OsgiLoggerFactory.java b/src/main/java/io/netty/logging/OsgiLoggerFactory.java index 8ae6e74655..c89194e8a7 100644 --- a/src/main/java/io/netty/logging/OsgiLoggerFactory.java +++ b/src/main/java/io/netty/logging/OsgiLoggerFactory.java @@ -24,7 +24,7 @@ import org.osgi.util.tracker.ServiceTracker; * Logger factory which creates an OSGi * {@link LogService} logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OsgiLoggerFactory extends InternalLoggerFactory { diff --git a/src/main/java/io/netty/logging/Slf4JLogger.java b/src/main/java/io/netty/logging/Slf4JLogger.java index 98e39aafc5..2d7607fb86 100644 --- a/src/main/java/io/netty/logging/Slf4JLogger.java +++ b/src/main/java/io/netty/logging/Slf4JLogger.java @@ -20,7 +20,7 @@ import org.slf4j.Logger; /** * SLF4J logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class Slf4JLogger extends AbstractInternalLogger { diff --git a/src/main/java/io/netty/logging/Slf4JLoggerFactory.java b/src/main/java/io/netty/logging/Slf4JLoggerFactory.java index 79f15e0b07..6654857df5 100644 --- a/src/main/java/io/netty/logging/Slf4JLoggerFactory.java +++ b/src/main/java/io/netty/logging/Slf4JLoggerFactory.java @@ -21,7 +21,7 @@ package io.netty.logging; * Logger factory which creates a SLF4J * logger. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class Slf4JLoggerFactory extends InternalLoggerFactory { diff --git a/src/main/java/io/netty/util/CharsetUtil.java b/src/main/java/io/netty/util/CharsetUtil.java index 295bd6bd46..9ff5d9f9d3 100644 --- a/src/main/java/io/netty/util/CharsetUtil.java +++ b/src/main/java/io/netty/util/CharsetUtil.java @@ -26,7 +26,7 @@ import java.util.Map; * A utility class that provides various common operations and constants * related with {@link Charset} and its relevant classes. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class CharsetUtil { diff --git a/src/main/java/io/netty/util/DebugUtil.java b/src/main/java/io/netty/util/DebugUtil.java index 23bb644126..c3b283009f 100644 --- a/src/main/java/io/netty/util/DebugUtil.java +++ b/src/main/java/io/netty/util/DebugUtil.java @@ -32,7 +32,7 @@ import io.netty.util.internal.SystemPropertyUtil; * {@link ChannelPipeline} or {@link ChannelSink} are retained as it is to help * debugging Netty. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DebugUtil { diff --git a/src/main/java/io/netty/util/DefaultObjectSizeEstimator.java b/src/main/java/io/netty/util/DefaultObjectSizeEstimator.java index 901eed6fbf..1fb08af978 100644 --- a/src/main/java/io/netty/util/DefaultObjectSizeEstimator.java +++ b/src/main/java/io/netty/util/DefaultObjectSizeEstimator.java @@ -29,7 +29,7 @@ import io.netty.util.internal.ConcurrentIdentityWeakKeyHashMap; /** * The default {@link ObjectSizeEstimator} implementation for general purpose. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultObjectSizeEstimator implements ObjectSizeEstimator { diff --git a/src/main/java/io/netty/util/EstimatableObjectWrapper.java b/src/main/java/io/netty/util/EstimatableObjectWrapper.java index fdace1ddd9..d28204dd62 100644 --- a/src/main/java/io/netty/util/EstimatableObjectWrapper.java +++ b/src/main/java/io/netty/util/EstimatableObjectWrapper.java @@ -20,7 +20,7 @@ package io.netty.util; * into account by {@link ObjectSizeEstimator} for more accurate object size * estimation. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface EstimatableObjectWrapper { diff --git a/src/main/java/io/netty/util/ExternalResourceReleasable.java b/src/main/java/io/netty/util/ExternalResourceReleasable.java index 79c8d13be5..1e7f25b9ae 100644 --- a/src/main/java/io/netty/util/ExternalResourceReleasable.java +++ b/src/main/java/io/netty/util/ExternalResourceReleasable.java @@ -19,7 +19,7 @@ package io.netty.util; * A common interface for a class which depends on external resources that * need explicit release or shutdown. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/util/ExternalResourceUtil.java b/src/main/java/io/netty/util/ExternalResourceUtil.java index fe7b4cc0d0..22edf1e851 100644 --- a/src/main/java/io/netty/util/ExternalResourceUtil.java +++ b/src/main/java/io/netty/util/ExternalResourceUtil.java @@ -19,7 +19,7 @@ package io.netty.util; * A utility class that provides the convenient shutdown of * {@link ExternalResourceReleasable}s. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ExternalResourceUtil { diff --git a/src/main/java/io/netty/util/HashedWheelTimer.java b/src/main/java/io/netty/util/HashedWheelTimer.java index 5419a7a9b6..02b9ece043 100644 --- a/src/main/java/io/netty/util/HashedWheelTimer.java +++ b/src/main/java/io/netty/util/HashedWheelTimer.java @@ -78,7 +78,7 @@ import io.netty.util.internal.SharedResourceMisuseDetector; * timer facility'. More comprehensive slides are located * here. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class HashedWheelTimer implements Timer { diff --git a/src/main/java/io/netty/util/MapBackedSet.java b/src/main/java/io/netty/util/MapBackedSet.java index 16c5d95a96..342ee411d9 100644 --- a/src/main/java/io/netty/util/MapBackedSet.java +++ b/src/main/java/io/netty/util/MapBackedSet.java @@ -24,7 +24,7 @@ import java.util.Set; /** * A {@link Map}-backed {@link Set}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ final class MapBackedSet extends AbstractSet implements Serializable { diff --git a/src/main/java/io/netty/util/NamedThreadFactory.java b/src/main/java/io/netty/util/NamedThreadFactory.java index ba884beb39..c208624ff9 100644 --- a/src/main/java/io/netty/util/NamedThreadFactory.java +++ b/src/main/java/io/netty/util/NamedThreadFactory.java @@ -31,7 +31,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; * {@link Executors}.{@link Executors#newCachedThreadPool(java.util.concurrent.ThreadFactory) newCachedThreadPool}(new {@link NamedThreadFactory}("myServerWorker-"))); * * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NamedThreadFactory implements ThreadFactory { diff --git a/src/main/java/io/netty/util/ObjectSizeEstimator.java b/src/main/java/io/netty/util/ObjectSizeEstimator.java index c7dcbd8394..04519a364d 100644 --- a/src/main/java/io/netty/util/ObjectSizeEstimator.java +++ b/src/main/java/io/netty/util/ObjectSizeEstimator.java @@ -19,7 +19,7 @@ package io.netty.util; /** * Estimates the size of an object in bytes. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/util/Timeout.java b/src/main/java/io/netty/util/Timeout.java index d08c60e98d..f01ca7e4cb 100644 --- a/src/main/java/io/netty/util/Timeout.java +++ b/src/main/java/io/netty/util/Timeout.java @@ -19,7 +19,7 @@ package io.netty.util; * A handle associated with a {@link TimerTask} that is returned by a * {@link Timer}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface Timeout { diff --git a/src/main/java/io/netty/util/Timer.java b/src/main/java/io/netty/util/Timer.java index 73007fce1d..239083c267 100644 --- a/src/main/java/io/netty/util/Timer.java +++ b/src/main/java/io/netty/util/Timer.java @@ -22,7 +22,7 @@ import java.util.concurrent.TimeUnit; * Schedules {@link TimerTask}s for one-time future execution in a background * thread. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/util/TimerTask.java b/src/main/java/io/netty/util/TimerTask.java index 60cb810f6f..c45804a8c2 100644 --- a/src/main/java/io/netty/util/TimerTask.java +++ b/src/main/java/io/netty/util/TimerTask.java @@ -21,7 +21,7 @@ import java.util.concurrent.TimeUnit; * A task which is executed after the delay specified with * {@link Timer#newTimeout(TimerTask, long, TimeUnit)}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface TimerTask { diff --git a/src/main/java/io/netty/util/UnsafeDetectUtil.java b/src/main/java/io/netty/util/UnsafeDetectUtil.java index 3f5a723f92..059a0261eb 100644 --- a/src/main/java/io/netty/util/UnsafeDetectUtil.java +++ b/src/main/java/io/netty/util/UnsafeDetectUtil.java @@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicInteger; * * * - * @author The Netty Project + * @author The Netty Project * @author Norman Maurer * */ diff --git a/src/main/java/io/netty/util/VirtualExecutorService.java b/src/main/java/io/netty/util/VirtualExecutorService.java index 46c800c18d..e0f8ed0c4d 100644 --- a/src/main/java/io/netty/util/VirtualExecutorService.java +++ b/src/main/java/io/netty/util/VirtualExecutorService.java @@ -72,7 +72,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; * its active tasks are finished and the threads are returned to the parent * {@link Executor}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * * @apiviz.landmark diff --git a/src/main/java/io/netty/util/internal/AtomicFieldUpdaterUtil.java b/src/main/java/io/netty/util/internal/AtomicFieldUpdaterUtil.java index c540380775..88d3f42abb 100644 --- a/src/main/java/io/netty/util/internal/AtomicFieldUpdaterUtil.java +++ b/src/main/java/io/netty/util/internal/AtomicFieldUpdaterUtil.java @@ -19,7 +19,7 @@ import java.util.concurrent.atomic.AtomicIntegerFieldUpdater; import java.util.concurrent.atomic.AtomicReferenceFieldUpdater; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ class AtomicFieldUpdaterUtil { diff --git a/src/main/java/io/netty/util/internal/ConcurrentHashMap.java b/src/main/java/io/netty/util/internal/ConcurrentHashMap.java index 566b6b53a3..bb3f1d15e8 100644 --- a/src/main/java/io/netty/util/internal/ConcurrentHashMap.java +++ b/src/main/java/io/netty/util/internal/ConcurrentHashMap.java @@ -39,7 +39,7 @@ import java.util.concurrent.locks.ReentrantLock; * An alternative {@link ConcurrentMap} implementation which is similar to * {@link java.util.concurrent.ConcurrentHashMap}. * - * @author The Netty Project + * @author The Netty Project * @author Doug Lea * @author Jason T. Greene * @author Trustin Lee diff --git a/src/main/java/io/netty/util/internal/ConcurrentIdentityHashMap.java b/src/main/java/io/netty/util/internal/ConcurrentIdentityHashMap.java index 6c3e58ead0..0bcfe91d73 100644 --- a/src/main/java/io/netty/util/internal/ConcurrentIdentityHashMap.java +++ b/src/main/java/io/netty/util/internal/ConcurrentIdentityHashMap.java @@ -39,7 +39,7 @@ import java.util.concurrent.locks.ReentrantLock; * An alternative identity-comparing {@link ConcurrentMap} which is similar to * {@link java.util.concurrent.ConcurrentHashMap}. * - * @author The Netty Project + * @author The Netty Project * @author Doug Lea * @author Jason T. Greene * @author Trustin Lee diff --git a/src/main/java/io/netty/util/internal/ConcurrentIdentityWeakKeyHashMap.java b/src/main/java/io/netty/util/internal/ConcurrentIdentityWeakKeyHashMap.java index a8476d221e..d61a84a1c4 100644 --- a/src/main/java/io/netty/util/internal/ConcurrentIdentityWeakKeyHashMap.java +++ b/src/main/java/io/netty/util/internal/ConcurrentIdentityWeakKeyHashMap.java @@ -42,7 +42,7 @@ import java.util.concurrent.locks.ReentrantLock; * An alternative weak-key identity-comparing {@link ConcurrentMap} which is * similar to {@link java.util.concurrent.ConcurrentHashMap}. * - * @author The Netty Project + * @author The Netty Project * @author Doug Lea * @author Jason T. Greene * @author Trustin Lee diff --git a/src/main/java/io/netty/util/internal/ConcurrentWeakKeyHashMap.java b/src/main/java/io/netty/util/internal/ConcurrentWeakKeyHashMap.java index 8031805e14..31cbd7edda 100644 --- a/src/main/java/io/netty/util/internal/ConcurrentWeakKeyHashMap.java +++ b/src/main/java/io/netty/util/internal/ConcurrentWeakKeyHashMap.java @@ -42,7 +42,7 @@ import java.util.concurrent.locks.ReentrantLock; * An alternative weak-key {@link ConcurrentMap} which is similar to * {@link java.util.concurrent.ConcurrentHashMap}. * - * @author The Netty Project + * @author The Netty Project * @author Doug Lea * @author Jason T. Greene * @author Trustin Lee diff --git a/src/main/java/io/netty/util/internal/ConversionUtil.java b/src/main/java/io/netty/util/internal/ConversionUtil.java index ed0948d642..78dec328c4 100644 --- a/src/main/java/io/netty/util/internal/ConversionUtil.java +++ b/src/main/java/io/netty/util/internal/ConversionUtil.java @@ -22,7 +22,7 @@ import java.util.List; * Conversion utility class to parse a property represented as a string or * an object. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ConversionUtil { diff --git a/src/main/java/io/netty/util/internal/ExecutorUtil.java b/src/main/java/io/netty/util/internal/ExecutorUtil.java index fd531c6f12..a2283da940 100644 --- a/src/main/java/io/netty/util/internal/ExecutorUtil.java +++ b/src/main/java/io/netty/util/internal/ExecutorUtil.java @@ -25,7 +25,7 @@ import java.util.concurrent.TimeUnit; * their termination. An {@link Executor} which is not an {@link ExecutorService} * will be ignored silently. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ExecutorUtil { diff --git a/src/main/java/io/netty/util/internal/LegacyLinkedTransferQueue.java b/src/main/java/io/netty/util/internal/LegacyLinkedTransferQueue.java index 11d9a2ad7d..0030f2280a 100644 --- a/src/main/java/io/netty/util/internal/LegacyLinkedTransferQueue.java +++ b/src/main/java/io/netty/util/internal/LegacyLinkedTransferQueue.java @@ -67,7 +67,7 @@ import java.util.concurrent.locks.LockSupport; * * Java Collections Framework. * - * @author The Netty Project + * @author The Netty Project * @author Doug Lea * @author Trustin Lee * diff --git a/src/main/java/io/netty/util/internal/NonReentrantLock.java b/src/main/java/io/netty/util/internal/NonReentrantLock.java index ff367f1cf5..a5e1e69fc0 100644 --- a/src/main/java/io/netty/util/internal/NonReentrantLock.java +++ b/src/main/java/io/netty/util/internal/NonReentrantLock.java @@ -21,7 +21,7 @@ import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.Lock; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public final class NonReentrantLock extends AbstractQueuedSynchronizer diff --git a/src/main/java/io/netty/util/internal/QueueFactory.java b/src/main/java/io/netty/util/internal/QueueFactory.java index eb4b03152a..f8c44e0638 100644 --- a/src/main/java/io/netty/util/internal/QueueFactory.java +++ b/src/main/java/io/netty/util/internal/QueueFactory.java @@ -25,7 +25,7 @@ import io.netty.util.UnsafeDetectUtil; * * * - * @author The Netty Project + * @author The Netty Project * @author Norman Maurer * */ diff --git a/src/main/java/io/netty/util/internal/ReusableIterator.java b/src/main/java/io/netty/util/internal/ReusableIterator.java index 83dc529474..7b3d4c0396 100644 --- a/src/main/java/io/netty/util/internal/ReusableIterator.java +++ b/src/main/java/io/netty/util/internal/ReusableIterator.java @@ -18,7 +18,7 @@ package io.netty.util.internal; import java.util.Iterator; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public interface ReusableIterator extends Iterator { diff --git a/src/main/java/io/netty/util/internal/SharedResourceMisuseDetector.java b/src/main/java/io/netty/util/internal/SharedResourceMisuseDetector.java index 08c992a22a..3073fed6ad 100644 --- a/src/main/java/io/netty/util/internal/SharedResourceMisuseDetector.java +++ b/src/main/java/io/netty/util/internal/SharedResourceMisuseDetector.java @@ -24,7 +24,7 @@ import io.netty.logging.InternalLoggerFactory; /** * Warn when user creates too many instances to avoid {@link OutOfMemoryError}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SharedResourceMisuseDetector { diff --git a/src/main/java/io/netty/util/internal/StackTraceSimplifier.java b/src/main/java/io/netty/util/internal/StackTraceSimplifier.java index e376ae4bd9..f2150b42e2 100644 --- a/src/main/java/io/netty/util/internal/StackTraceSimplifier.java +++ b/src/main/java/io/netty/util/internal/StackTraceSimplifier.java @@ -29,7 +29,7 @@ import io.netty.util.DebugUtil; * {@link StackTraceElement}s. Please note that the stack trace simplification * is disabled if {@linkplain DebugUtil debug mode} is turned on. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class StackTraceSimplifier { diff --git a/src/main/java/io/netty/util/internal/StringUtil.java b/src/main/java/io/netty/util/internal/StringUtil.java index e82ef48f10..70542aaec9 100644 --- a/src/main/java/io/netty/util/internal/StringUtil.java +++ b/src/main/java/io/netty/util/internal/StringUtil.java @@ -20,7 +20,7 @@ import java.util.Formatter; /** * String utility class. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class StringUtil { diff --git a/src/main/java/io/netty/util/internal/SystemPropertyUtil.java b/src/main/java/io/netty/util/internal/SystemPropertyUtil.java index 0e5e87410b..faeef673ad 100644 --- a/src/main/java/io/netty/util/internal/SystemPropertyUtil.java +++ b/src/main/java/io/netty/util/internal/SystemPropertyUtil.java @@ -20,7 +20,7 @@ import java.util.regex.Pattern; /** * Accesses the system property swallowing a {@link SecurityException}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SystemPropertyUtil { diff --git a/src/main/java/io/netty/util/internal/ThreadLocalBoolean.java b/src/main/java/io/netty/util/internal/ThreadLocalBoolean.java index f46f140200..7685dc92c6 100644 --- a/src/main/java/io/netty/util/internal/ThreadLocalBoolean.java +++ b/src/main/java/io/netty/util/internal/ThreadLocalBoolean.java @@ -16,7 +16,7 @@ package io.netty.util.internal; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ThreadLocalBoolean extends ThreadLocal { diff --git a/src/main/java/io/netty/util/internal/UnterminatableExecutor.java b/src/main/java/io/netty/util/internal/UnterminatableExecutor.java index 63ed5d1e14..f18f81cf14 100644 --- a/src/main/java/io/netty/util/internal/UnterminatableExecutor.java +++ b/src/main/java/io/netty/util/internal/UnterminatableExecutor.java @@ -20,7 +20,7 @@ import java.util.concurrent.Executor; /** * Disables shutdown of an {@link Executor} by wrapping the {@link Executor}. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class UnterminatableExecutor implements Executor { diff --git a/src/test/java/io/netty/bootstrap/AbstractSocketClientBootstrapTest.java b/src/test/java/io/netty/bootstrap/AbstractSocketClientBootstrapTest.java index 3b52c1e134..46b151d5ca 100644 --- a/src/test/java/io/netty/bootstrap/AbstractSocketClientBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/AbstractSocketClientBootstrapTest.java @@ -40,7 +40,7 @@ import org.junit.Test; /** * An abstract test class to test socket client bootstraps * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractSocketClientBootstrapTest { diff --git a/src/test/java/io/netty/bootstrap/AbstractSocketServerBootstrapTest.java b/src/test/java/io/netty/bootstrap/AbstractSocketServerBootstrapTest.java index 58c88f4d12..a61fe6af18 100644 --- a/src/test/java/io/netty/bootstrap/AbstractSocketServerBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/AbstractSocketServerBootstrapTest.java @@ -47,7 +47,7 @@ import org.junit.Test; /** * An abstract test class to test server socket bootstraps * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractSocketServerBootstrapTest { diff --git a/src/test/java/io/netty/bootstrap/BootstrapOrderedMapTest.java b/src/test/java/io/netty/bootstrap/BootstrapOrderedMapTest.java index f773824b5c..112fcb9864 100644 --- a/src/test/java/io/netty/bootstrap/BootstrapOrderedMapTest.java +++ b/src/test/java/io/netty/bootstrap/BootstrapOrderedMapTest.java @@ -29,7 +29,7 @@ import org.junit.Test; /** * A test to make sure that a bootstrap can recognize ordered maps * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class BootstrapOrderedMapTest { diff --git a/src/test/java/io/netty/bootstrap/BootstrapTest.java b/src/test/java/io/netty/bootstrap/BootstrapTest.java index 3bcb589de3..14061663f0 100644 --- a/src/test/java/io/netty/bootstrap/BootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/BootstrapTest.java @@ -36,7 +36,7 @@ import org.junit.Test; /** * A bootstrap test * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class BootstrapTest { diff --git a/src/test/java/io/netty/bootstrap/NioSocketClientBootstrapTest.java b/src/test/java/io/netty/bootstrap/NioSocketClientBootstrapTest.java index b00fd3e84b..532ce6bf39 100644 --- a/src/test/java/io/netty/bootstrap/NioSocketClientBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/NioSocketClientBootstrapTest.java @@ -23,7 +23,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; /** * A test for New I/O socket client bootstraps * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioSocketClientBootstrapTest extends diff --git a/src/test/java/io/netty/bootstrap/NioSocketServerBootstrapTest.java b/src/test/java/io/netty/bootstrap/NioSocketServerBootstrapTest.java index 37a74fa515..1085a74f07 100644 --- a/src/test/java/io/netty/bootstrap/NioSocketServerBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/NioSocketServerBootstrapTest.java @@ -23,7 +23,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** * A test for New I/O socket server bootstraps * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioSocketServerBootstrapTest extends diff --git a/src/test/java/io/netty/bootstrap/OioSocketClientBootstrapTest.java b/src/test/java/io/netty/bootstrap/OioSocketClientBootstrapTest.java index b408ae41e1..9f4dc2219f 100644 --- a/src/test/java/io/netty/bootstrap/OioSocketClientBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/OioSocketClientBootstrapTest.java @@ -23,7 +23,7 @@ import io.netty.channel.socket.oio.OioClientSocketChannelFactory; /** * A test for "Old" I/O socket client bootstraps * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioSocketClientBootstrapTest extends diff --git a/src/test/java/io/netty/bootstrap/OioSocketServerBootstrapTest.java b/src/test/java/io/netty/bootstrap/OioSocketServerBootstrapTest.java index 42efecf8f0..e84be66869 100644 --- a/src/test/java/io/netty/bootstrap/OioSocketServerBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/OioSocketServerBootstrapTest.java @@ -23,7 +23,7 @@ import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** * A socket server bootstrap test for "Old" I/O * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioSocketServerBootstrapTest extends diff --git a/src/test/java/io/netty/buffer/AbstractChannelBufferTest.java b/src/test/java/io/netty/buffer/AbstractChannelBufferTest.java index 7858cb8c11..5c5a7afd1a 100644 --- a/src/test/java/io/netty/buffer/AbstractChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/AbstractChannelBufferTest.java @@ -34,7 +34,7 @@ import org.junit.Test; /** * An abstract test class for channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/AbstractCompositeChannelBufferTest.java b/src/test/java/io/netty/buffer/AbstractCompositeChannelBufferTest.java index 5a19719abc..97b5f84bf8 100644 --- a/src/test/java/io/netty/buffer/AbstractCompositeChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/AbstractCompositeChannelBufferTest.java @@ -28,7 +28,7 @@ import org.junit.Test; /** * An abstract test class for composite channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Frederic Bregier (fredbregier@free.fr) */ diff --git a/src/test/java/io/netty/buffer/BigEndianCompositeChannelBufferTest.java b/src/test/java/io/netty/buffer/BigEndianCompositeChannelBufferTest.java index 9c9edb1e06..2592911a25 100644 --- a/src/test/java/io/netty/buffer/BigEndianCompositeChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/BigEndianCompositeChannelBufferTest.java @@ -19,7 +19,7 @@ package io.netty.buffer; /** * Tests big-endian composite channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class BigEndianCompositeChannelBufferTest extends AbstractCompositeChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/BigEndianDirectChannelBufferTest.java b/src/test/java/io/netty/buffer/BigEndianDirectChannelBufferTest.java index cd3583178b..c1955db935 100644 --- a/src/test/java/io/netty/buffer/BigEndianDirectChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/BigEndianDirectChannelBufferTest.java @@ -22,7 +22,7 @@ import java.nio.ByteOrder; /** * Tests big-endian direct channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class BigEndianDirectChannelBufferTest extends AbstractChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/BigEndianHeapChannelBufferTest.java b/src/test/java/io/netty/buffer/BigEndianHeapChannelBufferTest.java index 2c77496a7e..064ab5042e 100644 --- a/src/test/java/io/netty/buffer/BigEndianHeapChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/BigEndianHeapChannelBufferTest.java @@ -22,7 +22,7 @@ import org.junit.Test; /** * Tests big-endian heap channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class BigEndianHeapChannelBufferTest extends AbstractChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/ByteBufferBackedHeapChannelBufferTest.java b/src/test/java/io/netty/buffer/ByteBufferBackedHeapChannelBufferTest.java index 3a40779575..60cb0c7363 100644 --- a/src/test/java/io/netty/buffer/ByteBufferBackedHeapChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/ByteBufferBackedHeapChannelBufferTest.java @@ -22,7 +22,7 @@ import org.junit.Test; /** * Tests ByteBuffer backed heap channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ByteBufferBackedHeapChannelBufferTest extends AbstractChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/ChannelBufferIndexFinderTest.java b/src/test/java/io/netty/buffer/ChannelBufferIndexFinderTest.java index b3e33af319..513d724154 100644 --- a/src/test/java/io/netty/buffer/ChannelBufferIndexFinderTest.java +++ b/src/test/java/io/netty/buffer/ChannelBufferIndexFinderTest.java @@ -24,7 +24,7 @@ import org.junit.Test; /** * Tests the index-finding capabilities of channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ChannelBufferIndexFinderTest { diff --git a/src/test/java/io/netty/buffer/ChannelBufferStreamTest.java b/src/test/java/io/netty/buffer/ChannelBufferStreamTest.java index d087dba23d..de96efa795 100644 --- a/src/test/java/io/netty/buffer/ChannelBufferStreamTest.java +++ b/src/test/java/io/netty/buffer/ChannelBufferStreamTest.java @@ -25,7 +25,7 @@ import org.junit.Test; /** * Tests channel buffer streams * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ChannelBufferStreamTest { diff --git a/src/test/java/io/netty/buffer/ChannelBuffersTest.java b/src/test/java/io/netty/buffer/ChannelBuffersTest.java index 6947eef900..c49caf6a11 100644 --- a/src/test/java/io/netty/buffer/ChannelBuffersTest.java +++ b/src/test/java/io/netty/buffer/ChannelBuffersTest.java @@ -33,7 +33,7 @@ import org.junit.Test; /** * Tests channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ChannelBuffersTest { diff --git a/src/test/java/io/netty/buffer/DuplicateChannelBufferTest.java b/src/test/java/io/netty/buffer/DuplicateChannelBufferTest.java index 205090093b..d95034f62c 100644 --- a/src/test/java/io/netty/buffer/DuplicateChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/DuplicateChannelBufferTest.java @@ -22,7 +22,7 @@ import org.junit.Test; /** * Tests duplicated channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DuplicateChannelBufferTest extends AbstractChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/DynamicChannelBufferTest.java b/src/test/java/io/netty/buffer/DynamicChannelBufferTest.java index fa3bb336bf..e8a7e2f79b 100644 --- a/src/test/java/io/netty/buffer/DynamicChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/DynamicChannelBufferTest.java @@ -24,7 +24,7 @@ import org.junit.Test; /** * Tests dynamic channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DynamicChannelBufferTest extends AbstractChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/LittleEndianCompositeChannelBufferTest.java b/src/test/java/io/netty/buffer/LittleEndianCompositeChannelBufferTest.java index ad03f23cff..e7a9f9ea73 100644 --- a/src/test/java/io/netty/buffer/LittleEndianCompositeChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/LittleEndianCompositeChannelBufferTest.java @@ -19,7 +19,7 @@ package io.netty.buffer; /** * Tests little-endian composite channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class LittleEndianCompositeChannelBufferTest extends AbstractCompositeChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/LittleEndianDirectChannelBufferTest.java b/src/test/java/io/netty/buffer/LittleEndianDirectChannelBufferTest.java index 965c7c4ab9..5c5ecad4f8 100644 --- a/src/test/java/io/netty/buffer/LittleEndianDirectChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/LittleEndianDirectChannelBufferTest.java @@ -22,7 +22,7 @@ import java.nio.ByteOrder; /** * Tests little-endian direct channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class LittleEndianDirectChannelBufferTest extends AbstractChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/LittleEndianHeapChannelBufferTest.java b/src/test/java/io/netty/buffer/LittleEndianHeapChannelBufferTest.java index 4817c64e13..8d82960f74 100644 --- a/src/test/java/io/netty/buffer/LittleEndianHeapChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/LittleEndianHeapChannelBufferTest.java @@ -24,7 +24,7 @@ import org.junit.Test; /** * Tests little-endian heap channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class LittleEndianHeapChannelBufferTest extends AbstractChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/ReadOnlyChannelBufferTest.java b/src/test/java/io/netty/buffer/ReadOnlyChannelBufferTest.java index bc7299ccb3..36cc419303 100644 --- a/src/test/java/io/netty/buffer/ReadOnlyChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/ReadOnlyChannelBufferTest.java @@ -31,7 +31,7 @@ import org.junit.Test; /** * Tests read-only channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ReadOnlyChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/SlicedChannelBufferTest.java b/src/test/java/io/netty/buffer/SlicedChannelBufferTest.java index e802681ed9..9cecf072cf 100644 --- a/src/test/java/io/netty/buffer/SlicedChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/SlicedChannelBufferTest.java @@ -24,7 +24,7 @@ import org.junit.Test; /** * Tests sliced channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SlicedChannelBufferTest extends AbstractChannelBufferTest { diff --git a/src/test/java/io/netty/buffer/TruncatedChannelBufferTest.java b/src/test/java/io/netty/buffer/TruncatedChannelBufferTest.java index 7fe3035ed5..74f56b9d97 100644 --- a/src/test/java/io/netty/buffer/TruncatedChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/TruncatedChannelBufferTest.java @@ -22,7 +22,7 @@ import org.junit.Test; /** * Tests truncated channel buffers * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class TruncatedChannelBufferTest extends AbstractChannelBufferTest { diff --git a/src/test/java/io/netty/channel/CompleteChannelFutureTest.java b/src/test/java/io/netty/channel/CompleteChannelFutureTest.java index 47ee16d589..0874a362ed 100644 --- a/src/test/java/io/netty/channel/CompleteChannelFutureTest.java +++ b/src/test/java/io/netty/channel/CompleteChannelFutureTest.java @@ -25,7 +25,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class CompleteChannelFutureTest { diff --git a/src/test/java/io/netty/channel/FailedChannelFutureTest.java b/src/test/java/io/netty/channel/FailedChannelFutureTest.java index d606057eb5..000d8a46b0 100644 --- a/src/test/java/io/netty/channel/FailedChannelFutureTest.java +++ b/src/test/java/io/netty/channel/FailedChannelFutureTest.java @@ -22,7 +22,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class FailedChannelFutureTest { diff --git a/src/test/java/io/netty/channel/StaticChannelPipelineTest.java b/src/test/java/io/netty/channel/StaticChannelPipelineTest.java index 637fa518d3..1786863ceb 100644 --- a/src/test/java/io/netty/channel/StaticChannelPipelineTest.java +++ b/src/test/java/io/netty/channel/StaticChannelPipelineTest.java @@ -22,7 +22,7 @@ import junit.framework.Assert; import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class StaticChannelPipelineTest { diff --git a/src/test/java/io/netty/channel/SucceededChannelFutureTest.java b/src/test/java/io/netty/channel/SucceededChannelFutureTest.java index b8656cd9f8..d63eeadf20 100644 --- a/src/test/java/io/netty/channel/SucceededChannelFutureTest.java +++ b/src/test/java/io/netty/channel/SucceededChannelFutureTest.java @@ -22,7 +22,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SucceededChannelFutureTest { diff --git a/src/test/java/io/netty/channel/socket/AbstractSocketEchoTest.java b/src/test/java/io/netty/channel/socket/AbstractSocketEchoTest.java index ef0249a635..66d42355f7 100644 --- a/src/test/java/io/netty/channel/socket/AbstractSocketEchoTest.java +++ b/src/test/java/io/netty/channel/socket/AbstractSocketEchoTest.java @@ -45,7 +45,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractSocketEchoTest { diff --git a/src/test/java/io/netty/channel/socket/NioClientSocketShutdownTimeTest.java b/src/test/java/io/netty/channel/socket/NioClientSocketShutdownTimeTest.java index f9177a1ef2..9429ac0e0e 100644 --- a/src/test/java/io/netty/channel/socket/NioClientSocketShutdownTimeTest.java +++ b/src/test/java/io/netty/channel/socket/NioClientSocketShutdownTimeTest.java @@ -31,7 +31,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioClientSocketShutdownTimeTest { diff --git a/src/test/java/io/netty/channel/socket/NioNioSocketEchoTest.java b/src/test/java/io/netty/channel/socket/NioNioSocketEchoTest.java index 0ec4563a53..6b0418a284 100644 --- a/src/test/java/io/netty/channel/socket/NioNioSocketEchoTest.java +++ b/src/test/java/io/netty/channel/socket/NioNioSocketEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioNioSocketEchoTest extends AbstractSocketEchoTest { diff --git a/src/test/java/io/netty/channel/socket/NioOioSocketEchoTest.java b/src/test/java/io/netty/channel/socket/NioOioSocketEchoTest.java index 9536bc35ea..0f1c08b02f 100644 --- a/src/test/java/io/netty/channel/socket/NioOioSocketEchoTest.java +++ b/src/test/java/io/netty/channel/socket/NioOioSocketEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioOioSocketEchoTest extends AbstractSocketEchoTest { diff --git a/src/test/java/io/netty/channel/socket/NioServerSocketShutdownTimeTest.java b/src/test/java/io/netty/channel/socket/NioServerSocketShutdownTimeTest.java index 518b3279da..84184d6a51 100644 --- a/src/test/java/io/netty/channel/socket/NioServerSocketShutdownTimeTest.java +++ b/src/test/java/io/netty/channel/socket/NioServerSocketShutdownTimeTest.java @@ -33,7 +33,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioServerSocketShutdownTimeTest { diff --git a/src/test/java/io/netty/channel/socket/OioNioSocketEchoTest.java b/src/test/java/io/netty/channel/socket/OioNioSocketEchoTest.java index 904ef35300..3993b5469d 100644 --- a/src/test/java/io/netty/channel/socket/OioNioSocketEchoTest.java +++ b/src/test/java/io/netty/channel/socket/OioNioSocketEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; import io.netty.channel.socket.oio.OioClientSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioNioSocketEchoTest extends AbstractSocketEchoTest { diff --git a/src/test/java/io/netty/channel/socket/OioOioSocketEchoTest.java b/src/test/java/io/netty/channel/socket/OioOioSocketEchoTest.java index 8b9c98254b..cfce2b5920 100644 --- a/src/test/java/io/netty/channel/socket/OioOioSocketEchoTest.java +++ b/src/test/java/io/netty/channel/socket/OioOioSocketEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.oio.OioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioOioSocketEchoTest extends AbstractSocketEchoTest { diff --git a/src/test/java/io/netty/channel/socket/nio/NioDatagramChannelTest.java b/src/test/java/io/netty/channel/socket/nio/NioDatagramChannelTest.java index 03c2c1c688..0a7ba5cbff 100644 --- a/src/test/java/io/netty/channel/socket/nio/NioDatagramChannelTest.java +++ b/src/test/java/io/netty/channel/socket/nio/NioDatagramChannelTest.java @@ -33,7 +33,7 @@ import org.junit.Test; /** * Tests NIO (UDP) datagrams * - * @author The Netty Project + * @author The Netty Project * @author Daniel Bevenius (dbevenius@jboss.com) */ public class NioDatagramChannelTest { diff --git a/src/test/java/io/netty/channel/socket/nio/SimpleHandler.java b/src/test/java/io/netty/channel/socket/nio/SimpleHandler.java index d1de25d12a..584629a9fa 100644 --- a/src/test/java/io/netty/channel/socket/nio/SimpleHandler.java +++ b/src/test/java/io/netty/channel/socket/nio/SimpleHandler.java @@ -23,7 +23,7 @@ import io.netty.channel.SimpleChannelHandler; /** * A very simple channel handler * - * @author The Netty Project + * @author The Netty Project * @author Daniel Bevenius (dbevenius@jboss.com) */ public class SimpleHandler extends SimpleChannelHandler { diff --git a/src/test/java/io/netty/channel/socket/nio/UdpClient.java b/src/test/java/io/netty/channel/socket/nio/UdpClient.java index 3bb6f1250f..9be4f45c3d 100644 --- a/src/test/java/io/netty/channel/socket/nio/UdpClient.java +++ b/src/test/java/io/netty/channel/socket/nio/UdpClient.java @@ -24,7 +24,7 @@ import java.net.SocketException; /** * A UDP (User Datagram Protocol) client for use in testing * - * @author The Netty Project + * @author The Netty Project * @author Daniel Bevenius (dbevenius@jboss.com) */ public class UdpClient { diff --git a/src/test/java/io/netty/handler/codec/bytes/ByteArrayDecoderTest.java b/src/test/java/io/netty/handler/codec/bytes/ByteArrayDecoderTest.java index a48b73974c..07489104cf 100644 --- a/src/test/java/io/netty/handler/codec/bytes/ByteArrayDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/bytes/ByteArrayDecoderTest.java @@ -26,7 +26,7 @@ import org.junit.Before; import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Tomasz Blachowicz (tblachowicz@gmail.com) */ public class ByteArrayDecoderTest { diff --git a/src/test/java/io/netty/handler/codec/bytes/ByteArrayEncoderTest.java b/src/test/java/io/netty/handler/codec/bytes/ByteArrayEncoderTest.java index 44b7862741..f438f98f72 100644 --- a/src/test/java/io/netty/handler/codec/bytes/ByteArrayEncoderTest.java +++ b/src/test/java/io/netty/handler/codec/bytes/ByteArrayEncoderTest.java @@ -27,7 +27,7 @@ import org.junit.Before; import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Tomasz Blachowicz (tblachowicz@gmail.com) */ public class ByteArrayEncoderTest { diff --git a/src/test/java/io/netty/handler/codec/frame/AbstractSocketFixedLengthEchoTest.java b/src/test/java/io/netty/handler/codec/frame/AbstractSocketFixedLengthEchoTest.java index a2de361672..47edc5afb7 100644 --- a/src/test/java/io/netty/handler/codec/frame/AbstractSocketFixedLengthEchoTest.java +++ b/src/test/java/io/netty/handler/codec/frame/AbstractSocketFixedLengthEchoTest.java @@ -45,7 +45,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractSocketFixedLengthEchoTest { diff --git a/src/test/java/io/netty/handler/codec/frame/NioNioSocketFixedLengthEchoTest.java b/src/test/java/io/netty/handler/codec/frame/NioNioSocketFixedLengthEchoTest.java index 5c8ce95d79..a84d5d8770 100644 --- a/src/test/java/io/netty/handler/codec/frame/NioNioSocketFixedLengthEchoTest.java +++ b/src/test/java/io/netty/handler/codec/frame/NioNioSocketFixedLengthEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioNioSocketFixedLengthEchoTest extends AbstractSocketFixedLengthEchoTest { diff --git a/src/test/java/io/netty/handler/codec/frame/NioOioSocketFixedLengthEchoTest.java b/src/test/java/io/netty/handler/codec/frame/NioOioSocketFixedLengthEchoTest.java index 2f45c4d6bf..9c9796376c 100644 --- a/src/test/java/io/netty/handler/codec/frame/NioOioSocketFixedLengthEchoTest.java +++ b/src/test/java/io/netty/handler/codec/frame/NioOioSocketFixedLengthEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioOioSocketFixedLengthEchoTest extends AbstractSocketFixedLengthEchoTest { diff --git a/src/test/java/io/netty/handler/codec/frame/OioNioSocketFixedLengthEchoTest.java b/src/test/java/io/netty/handler/codec/frame/OioNioSocketFixedLengthEchoTest.java index 3887a05f94..9cffde2f35 100644 --- a/src/test/java/io/netty/handler/codec/frame/OioNioSocketFixedLengthEchoTest.java +++ b/src/test/java/io/netty/handler/codec/frame/OioNioSocketFixedLengthEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; import io.netty.channel.socket.oio.OioClientSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioNioSocketFixedLengthEchoTest extends AbstractSocketFixedLengthEchoTest { diff --git a/src/test/java/io/netty/handler/codec/frame/OioOioSocketFixedLengthEchoTest.java b/src/test/java/io/netty/handler/codec/frame/OioOioSocketFixedLengthEchoTest.java index 62614e092b..9b09d16b02 100644 --- a/src/test/java/io/netty/handler/codec/frame/OioOioSocketFixedLengthEchoTest.java +++ b/src/test/java/io/netty/handler/codec/frame/OioOioSocketFixedLengthEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.oio.OioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioOioSocketFixedLengthEchoTest extends AbstractSocketFixedLengthEchoTest { diff --git a/src/test/java/io/netty/handler/codec/http/CookieDecoderTest.java b/src/test/java/io/netty/handler/codec/http/CookieDecoderTest.java index c50f25fd23..2b16231659 100644 --- a/src/test/java/io/netty/handler/codec/http/CookieDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/http/CookieDecoderTest.java @@ -29,7 +29,7 @@ import java.util.Set; import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/test/java/io/netty/handler/codec/http/CookieEncoderTest.java b/src/test/java/io/netty/handler/codec/http/CookieEncoderTest.java index c89e9af8a3..08d88ce8be 100644 --- a/src/test/java/io/netty/handler/codec/http/CookieEncoderTest.java +++ b/src/test/java/io/netty/handler/codec/http/CookieEncoderTest.java @@ -26,7 +26,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee */ diff --git a/src/test/java/io/netty/handler/codec/http/DefaultHttpMessageTest.java b/src/test/java/io/netty/handler/codec/http/DefaultHttpMessageTest.java index 61791312d7..30532a865f 100644 --- a/src/test/java/io/netty/handler/codec/http/DefaultHttpMessageTest.java +++ b/src/test/java/io/netty/handler/codec/http/DefaultHttpMessageTest.java @@ -19,7 +19,7 @@ import org.junit.Assert; import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DefaultHttpMessageTest { diff --git a/src/test/java/io/netty/handler/codec/http/QueryStringDecoderTest.java b/src/test/java/io/netty/handler/codec/http/QueryStringDecoderTest.java index ba92c2f794..a32263b93d 100644 --- a/src/test/java/io/netty/handler/codec/http/QueryStringDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/http/QueryStringDecoderTest.java @@ -20,7 +20,7 @@ import org.junit.Assert; import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee * @author Benoit Sigoure */ diff --git a/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoderTest.java b/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoderTest.java index 2119994762..4ed77e4b3d 100644 --- a/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoderTest.java @@ -26,7 +26,7 @@ import org.junit.Before; import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Tomasz Blachowicz (tblachowicz@gmail.com) */ public class ProtobufVarint32FrameDecoderTest { diff --git a/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrependerTest.java b/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrependerTest.java index 9b5e9431e4..345e0bb380 100644 --- a/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrependerTest.java +++ b/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrependerTest.java @@ -25,7 +25,7 @@ import org.junit.Before; import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Tomasz Blachowicz (tblachowicz@gmail.com) */ public class ProtobufVarint32LengthFieldPrependerTest { diff --git a/src/test/java/io/netty/handler/codec/replay/ReplayingDecoderTest.java b/src/test/java/io/netty/handler/codec/replay/ReplayingDecoderTest.java index 92a3deed6f..bb394f5fdd 100644 --- a/src/test/java/io/netty/handler/codec/replay/ReplayingDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/replay/ReplayingDecoderTest.java @@ -26,7 +26,7 @@ import io.netty.handler.codec.embedder.DecoderEmbedder; import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ReplayingDecoderTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/AbstractSocketCompatibleObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/AbstractSocketCompatibleObjectStreamEchoTest.java index a9e565fd4e..6afa6e309a 100644 --- a/src/test/java/io/netty/handler/codec/serialization/AbstractSocketCompatibleObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/AbstractSocketCompatibleObjectStreamEchoTest.java @@ -43,7 +43,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractSocketCompatibleObjectStreamEchoTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/AbstractSocketObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/AbstractSocketObjectStreamEchoTest.java index 7da5f0f7bd..94e26490e3 100644 --- a/src/test/java/io/netty/handler/codec/serialization/AbstractSocketObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/AbstractSocketObjectStreamEchoTest.java @@ -43,7 +43,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractSocketObjectStreamEchoTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/NioNioSocketCompatibleObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/NioNioSocketCompatibleObjectStreamEchoTest.java index f7ced2a059..62758592ff 100644 --- a/src/test/java/io/netty/handler/codec/serialization/NioNioSocketCompatibleObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/NioNioSocketCompatibleObjectStreamEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioNioSocketCompatibleObjectStreamEchoTest extends AbstractSocketCompatibleObjectStreamEchoTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/NioNioSocketObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/NioNioSocketObjectStreamEchoTest.java index 2cee3d37ec..7c71989149 100644 --- a/src/test/java/io/netty/handler/codec/serialization/NioNioSocketObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/NioNioSocketObjectStreamEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioNioSocketObjectStreamEchoTest extends AbstractSocketObjectStreamEchoTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/NioOioSocketCompatibleObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/NioOioSocketCompatibleObjectStreamEchoTest.java index cbe65a2c94..97d73cdc23 100644 --- a/src/test/java/io/netty/handler/codec/serialization/NioOioSocketCompatibleObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/NioOioSocketCompatibleObjectStreamEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioOioSocketCompatibleObjectStreamEchoTest extends AbstractSocketCompatibleObjectStreamEchoTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/NioOioSocketObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/NioOioSocketObjectStreamEchoTest.java index 24dd324ed5..b98f7cc0bf 100644 --- a/src/test/java/io/netty/handler/codec/serialization/NioOioSocketObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/NioOioSocketObjectStreamEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioOioSocketObjectStreamEchoTest extends AbstractSocketObjectStreamEchoTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/OioNioSocketCompatibleObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/OioNioSocketCompatibleObjectStreamEchoTest.java index 00a5ab12e3..f8775d3af6 100644 --- a/src/test/java/io/netty/handler/codec/serialization/OioNioSocketCompatibleObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/OioNioSocketCompatibleObjectStreamEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; import io.netty.channel.socket.oio.OioClientSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioNioSocketCompatibleObjectStreamEchoTest extends AbstractSocketCompatibleObjectStreamEchoTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/OioNioSocketObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/OioNioSocketObjectStreamEchoTest.java index 7787940065..37b2973bb3 100644 --- a/src/test/java/io/netty/handler/codec/serialization/OioNioSocketObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/OioNioSocketObjectStreamEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; import io.netty.channel.socket.oio.OioClientSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioNioSocketObjectStreamEchoTest extends AbstractSocketObjectStreamEchoTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/OioOioSocketCompatibleObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/OioOioSocketCompatibleObjectStreamEchoTest.java index 70ac618c17..051dcf9685 100644 --- a/src/test/java/io/netty/handler/codec/serialization/OioOioSocketCompatibleObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/OioOioSocketCompatibleObjectStreamEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.oio.OioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioOioSocketCompatibleObjectStreamEchoTest extends AbstractSocketCompatibleObjectStreamEchoTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/OioOioSocketObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/OioOioSocketObjectStreamEchoTest.java index cf3a3a6227..59ad894e8f 100644 --- a/src/test/java/io/netty/handler/codec/serialization/OioOioSocketObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/OioOioSocketObjectStreamEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.oio.OioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioOioSocketObjectStreamEchoTest extends AbstractSocketObjectStreamEchoTest { diff --git a/src/test/java/io/netty/handler/codec/serialization/SwitchableInputStreamTest.java b/src/test/java/io/netty/handler/codec/serialization/SwitchableInputStreamTest.java index c80e5d451d..c3b6c8c5aa 100644 --- a/src/test/java/io/netty/handler/codec/serialization/SwitchableInputStreamTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/SwitchableInputStreamTest.java @@ -25,7 +25,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class SwitchableInputStreamTest { diff --git a/src/test/java/io/netty/handler/codec/string/AbstractSocketStringEchoTest.java b/src/test/java/io/netty/handler/codec/string/AbstractSocketStringEchoTest.java index 23849d0193..e47a488b2c 100644 --- a/src/test/java/io/netty/handler/codec/string/AbstractSocketStringEchoTest.java +++ b/src/test/java/io/netty/handler/codec/string/AbstractSocketStringEchoTest.java @@ -46,7 +46,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractSocketStringEchoTest { diff --git a/src/test/java/io/netty/handler/codec/string/NioNioSocketStringEchoTest.java b/src/test/java/io/netty/handler/codec/string/NioNioSocketStringEchoTest.java index 709e0abba5..a26c7db553 100644 --- a/src/test/java/io/netty/handler/codec/string/NioNioSocketStringEchoTest.java +++ b/src/test/java/io/netty/handler/codec/string/NioNioSocketStringEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioNioSocketStringEchoTest extends AbstractSocketStringEchoTest { diff --git a/src/test/java/io/netty/handler/codec/string/NioOioSocketStringEchoTest.java b/src/test/java/io/netty/handler/codec/string/NioOioSocketStringEchoTest.java index 77213c2031..c0a69bedb4 100644 --- a/src/test/java/io/netty/handler/codec/string/NioOioSocketStringEchoTest.java +++ b/src/test/java/io/netty/handler/codec/string/NioOioSocketStringEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioOioSocketStringEchoTest extends AbstractSocketStringEchoTest { diff --git a/src/test/java/io/netty/handler/codec/string/OioNioSocketStringEchoTest.java b/src/test/java/io/netty/handler/codec/string/OioNioSocketStringEchoTest.java index 2f374f63d7..4db2fb5571 100644 --- a/src/test/java/io/netty/handler/codec/string/OioNioSocketStringEchoTest.java +++ b/src/test/java/io/netty/handler/codec/string/OioNioSocketStringEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; import io.netty.channel.socket.oio.OioClientSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioNioSocketStringEchoTest extends AbstractSocketStringEchoTest { diff --git a/src/test/java/io/netty/handler/codec/string/OioOioSocketStringEchoTest.java b/src/test/java/io/netty/handler/codec/string/OioOioSocketStringEchoTest.java index a0b03ae4fb..f9601d92dc 100644 --- a/src/test/java/io/netty/handler/codec/string/OioOioSocketStringEchoTest.java +++ b/src/test/java/io/netty/handler/codec/string/OioOioSocketStringEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.oio.OioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioOioSocketStringEchoTest extends AbstractSocketStringEchoTest { diff --git a/src/test/java/io/netty/handler/ssl/AbstractSocketSslEchoTest.java b/src/test/java/io/netty/handler/ssl/AbstractSocketSslEchoTest.java index e05498c039..22b680725d 100644 --- a/src/test/java/io/netty/handler/ssl/AbstractSocketSslEchoTest.java +++ b/src/test/java/io/netty/handler/ssl/AbstractSocketSslEchoTest.java @@ -52,7 +52,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public abstract class AbstractSocketSslEchoTest { diff --git a/src/test/java/io/netty/handler/ssl/ImmediateExecutorTest.java b/src/test/java/io/netty/handler/ssl/ImmediateExecutorTest.java index b933ff5a9f..dc7b60b28f 100644 --- a/src/test/java/io/netty/handler/ssl/ImmediateExecutorTest.java +++ b/src/test/java/io/netty/handler/ssl/ImmediateExecutorTest.java @@ -21,7 +21,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ImmediateExecutorTest { diff --git a/src/test/java/io/netty/handler/ssl/NioNioSocketSslEchoTest.java b/src/test/java/io/netty/handler/ssl/NioNioSocketSslEchoTest.java index 7885fe5008..6d86e94ef5 100644 --- a/src/test/java/io/netty/handler/ssl/NioNioSocketSslEchoTest.java +++ b/src/test/java/io/netty/handler/ssl/NioNioSocketSslEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.nio.NioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioNioSocketSslEchoTest extends AbstractSocketSslEchoTest { diff --git a/src/test/java/io/netty/handler/ssl/NioOioSocketSslEchoTest.java b/src/test/java/io/netty/handler/ssl/NioOioSocketSslEchoTest.java index e573978c15..44f4fc2d27 100644 --- a/src/test/java/io/netty/handler/ssl/NioOioSocketSslEchoTest.java +++ b/src/test/java/io/netty/handler/ssl/NioOioSocketSslEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class NioOioSocketSslEchoTest extends AbstractSocketSslEchoTest { diff --git a/src/test/java/io/netty/handler/ssl/OioNioSocketSslEchoTest.java b/src/test/java/io/netty/handler/ssl/OioNioSocketSslEchoTest.java index 51b8af30d2..36d226fd8a 100644 --- a/src/test/java/io/netty/handler/ssl/OioNioSocketSslEchoTest.java +++ b/src/test/java/io/netty/handler/ssl/OioNioSocketSslEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.nio.NioServerSocketChannelFactory; import io.netty.channel.socket.oio.OioClientSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioNioSocketSslEchoTest extends AbstractSocketSslEchoTest { diff --git a/src/test/java/io/netty/handler/ssl/OioOioSocketSslEchoTest.java b/src/test/java/io/netty/handler/ssl/OioOioSocketSslEchoTest.java index f95bdf744e..09dfa0da09 100644 --- a/src/test/java/io/netty/handler/ssl/OioOioSocketSslEchoTest.java +++ b/src/test/java/io/netty/handler/ssl/OioOioSocketSslEchoTest.java @@ -22,7 +22,7 @@ import io.netty.channel.socket.oio.OioClientSocketChannelFactory; import io.netty.channel.socket.oio.OioServerSocketChannelFactory; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class OioOioSocketSslEchoTest extends AbstractSocketSslEchoTest { diff --git a/src/test/java/io/netty/logging/CommonsLoggerFactoryTest.java b/src/test/java/io/netty/logging/CommonsLoggerFactoryTest.java index a785b22929..681e6a1c55 100644 --- a/src/test/java/io/netty/logging/CommonsLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/CommonsLoggerFactoryTest.java @@ -21,7 +21,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class CommonsLoggerFactoryTest { diff --git a/src/test/java/io/netty/logging/CommonsLoggerTest.java b/src/test/java/io/netty/logging/CommonsLoggerTest.java index a5ee5c9513..4456d8629c 100644 --- a/src/test/java/io/netty/logging/CommonsLoggerTest.java +++ b/src/test/java/io/netty/logging/CommonsLoggerTest.java @@ -22,7 +22,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class CommonsLoggerTest { diff --git a/src/test/java/io/netty/logging/InternalLoggerFactoryTest.java b/src/test/java/io/netty/logging/InternalLoggerFactoryTest.java index addb4b222b..4950fb0aa9 100644 --- a/src/test/java/io/netty/logging/InternalLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/InternalLoggerFactoryTest.java @@ -25,7 +25,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class InternalLoggerFactoryTest { diff --git a/src/test/java/io/netty/logging/JBossLoggerFactoryTest.java b/src/test/java/io/netty/logging/JBossLoggerFactoryTest.java index 4fbdb3543d..d8e3603117 100644 --- a/src/test/java/io/netty/logging/JBossLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/JBossLoggerFactoryTest.java @@ -21,7 +21,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class JBossLoggerFactoryTest { diff --git a/src/test/java/io/netty/logging/JBossLoggerTest.java b/src/test/java/io/netty/logging/JBossLoggerTest.java index eca6e846f2..2e2b74dd00 100644 --- a/src/test/java/io/netty/logging/JBossLoggerTest.java +++ b/src/test/java/io/netty/logging/JBossLoggerTest.java @@ -23,7 +23,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class JBossLoggerTest { diff --git a/src/test/java/io/netty/logging/JdkLoggerFactoryTest.java b/src/test/java/io/netty/logging/JdkLoggerFactoryTest.java index 67faa899d5..3de66e6bc4 100644 --- a/src/test/java/io/netty/logging/JdkLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/JdkLoggerFactoryTest.java @@ -21,7 +21,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class JdkLoggerFactoryTest { diff --git a/src/test/java/io/netty/logging/JdkLoggerTest.java b/src/test/java/io/netty/logging/JdkLoggerTest.java index b74453063a..6b87ceffad 100644 --- a/src/test/java/io/netty/logging/JdkLoggerTest.java +++ b/src/test/java/io/netty/logging/JdkLoggerTest.java @@ -25,7 +25,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class JdkLoggerTest { diff --git a/src/test/java/io/netty/logging/Log4JLoggerFactoryTest.java b/src/test/java/io/netty/logging/Log4JLoggerFactoryTest.java index 822264de63..e64a26be22 100644 --- a/src/test/java/io/netty/logging/Log4JLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/Log4JLoggerFactoryTest.java @@ -21,7 +21,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class Log4JLoggerFactoryTest { diff --git a/src/test/java/io/netty/logging/Log4JLoggerTest.java b/src/test/java/io/netty/logging/Log4JLoggerTest.java index e09df6a727..3ff5ac514d 100644 --- a/src/test/java/io/netty/logging/Log4JLoggerTest.java +++ b/src/test/java/io/netty/logging/Log4JLoggerTest.java @@ -23,7 +23,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class Log4JLoggerTest { diff --git a/src/test/java/io/netty/logging/Slf4JLoggerFactoryTest.java b/src/test/java/io/netty/logging/Slf4JLoggerFactoryTest.java index 80b5dba242..c1891f56fa 100644 --- a/src/test/java/io/netty/logging/Slf4JLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/Slf4JLoggerFactoryTest.java @@ -21,7 +21,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class Slf4JLoggerFactoryTest { diff --git a/src/test/java/io/netty/logging/Slf4JLoggerTest.java b/src/test/java/io/netty/logging/Slf4JLoggerTest.java index 80194f59fa..c0a08dda8c 100644 --- a/src/test/java/io/netty/logging/Slf4JLoggerTest.java +++ b/src/test/java/io/netty/logging/Slf4JLoggerTest.java @@ -22,7 +22,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class Slf4JLoggerTest { diff --git a/src/test/java/io/netty/util/DebugUtilTest.java b/src/test/java/io/netty/util/DebugUtilTest.java index b5ad033b8a..5259f6b67c 100644 --- a/src/test/java/io/netty/util/DebugUtilTest.java +++ b/src/test/java/io/netty/util/DebugUtilTest.java @@ -25,7 +25,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DebugUtilTest { diff --git a/src/test/java/io/netty/util/DummyHandler.java b/src/test/java/io/netty/util/DummyHandler.java index 2715d6f8a7..4b03956132 100644 --- a/src/test/java/io/netty/util/DummyHandler.java +++ b/src/test/java/io/netty/util/DummyHandler.java @@ -23,7 +23,7 @@ import io.netty.channel.ChannelUpstreamHandler; /** * A dummy handler for a testing purpose. * - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class DummyHandler implements ChannelUpstreamHandler, ChannelDownstreamHandler { diff --git a/src/test/java/io/netty/util/MapBackedSetTest.java b/src/test/java/io/netty/util/MapBackedSetTest.java index c51b95f14c..72fa4eb590 100644 --- a/src/test/java/io/netty/util/MapBackedSetTest.java +++ b/src/test/java/io/netty/util/MapBackedSetTest.java @@ -26,7 +26,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class MapBackedSetTest { diff --git a/src/test/java/io/netty/util/TestUtil.java b/src/test/java/io/netty/util/TestUtil.java index 74056745f4..9c660966bf 100644 --- a/src/test/java/io/netty/util/TestUtil.java +++ b/src/test/java/io/netty/util/TestUtil.java @@ -20,7 +20,7 @@ import java.net.UnknownHostException; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ @org.junit.Ignore diff --git a/src/test/java/io/netty/util/internal/ConversionUtilTest.java b/src/test/java/io/netty/util/internal/ConversionUtilTest.java index a8ca3f5829..e28429fb7d 100644 --- a/src/test/java/io/netty/util/internal/ConversionUtilTest.java +++ b/src/test/java/io/netty/util/internal/ConversionUtilTest.java @@ -21,7 +21,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class ConversionUtilTest { diff --git a/src/test/java/io/netty/util/internal/StackTraceSimplifierTest.java b/src/test/java/io/netty/util/internal/StackTraceSimplifierTest.java index b409e77ec3..20060ed0c5 100644 --- a/src/test/java/io/netty/util/internal/StackTraceSimplifierTest.java +++ b/src/test/java/io/netty/util/internal/StackTraceSimplifierTest.java @@ -27,7 +27,7 @@ import org.junit.Test; /** - * @author The Netty Project + * @author The Netty Project * @author Trustin Lee */ public class StackTraceSimplifierTest { diff --git a/src/test/java/io/netty/util/internal/StringUtilTest.java b/src/test/java/io/netty/util/internal/StringUtilTest.java index 51f76184d5..ab01f5c0d8 100644 --- a/src/test/java/io/netty/util/internal/StringUtilTest.java +++ b/src/test/java/io/netty/util/internal/StringUtilTest.java @@ -22,7 +22,7 @@ import org.junit.Test; /** * Unit test for {@link StringUtil}. * - * @author The Netty Project + * @author The Netty Project * @author Daniel Bevenius (dbevenius@jboss.com) */ public class StringUtilTest {