DefaultChannelGroup should be seen in the package diagram
This commit is contained in:
parent
20aecc928f
commit
f958d1958c
@ -46,6 +46,8 @@ import org.jboss.netty.util.internal.ConcurrentHashMap;
|
|||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||||
* @author Trustin Lee (tlee@redhat.com)
|
* @author Trustin Lee (tlee@redhat.com)
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
|
*
|
||||||
|
* @apiviz.landmark
|
||||||
*/
|
*/
|
||||||
public class DefaultChannelGroup extends AbstractSet<Channel> implements ChannelGroup {
|
public class DefaultChannelGroup extends AbstractSet<Channel> implements ChannelGroup {
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@
|
|||||||
* {@link org.jboss.netty.channel.Channel}s and perform bulk operations on them.
|
* {@link org.jboss.netty.channel.Channel}s and perform bulk operations on them.
|
||||||
*
|
*
|
||||||
* @apiviz.exclude ^java
|
* @apiviz.exclude ^java
|
||||||
* @apiviz.exclude \.(Abstract|Default).*$
|
* @apiviz.exclude \.DefaultChannelGroupFuture$
|
||||||
*/
|
*/
|
||||||
package org.jboss.netty.channel.group;
|
package org.jboss.netty.channel.group;
|
||||||
|
Loading…
Reference in New Issue
Block a user