DefaultChannelGroup should be seen in the package diagram

This commit is contained in:
Trustin Lee 2009-04-23 09:36:25 +00:00
parent 20aecc928f
commit f958d1958c
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -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;