Fixed apiviz errors

This commit is contained in:
Trustin Lee 2009-01-08 10:48:49 +00:00
parent 8979bbbe39
commit 10e447d25d
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ import org.jboss.netty.channel.Channel;
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *
* @apiviz.landmark * @apiviz.landmark
* @apiviz.has org.jboss.netty.group.ChannelGroupFuture oneway - - returns * @apiviz.has org.jboss.netty.channel.group.ChannelGroupFuture oneway - - returns
*/ */
public interface ChannelGroup extends Set<Channel>, Comparable<ChannelGroup> { public interface ChannelGroup extends Set<Channel>, Comparable<ChannelGroup> {
String getName(); String getName();

View File

@ -32,7 +32,7 @@ import java.util.concurrent.ConcurrentMap;
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *
* @apiviz.landmark * @apiviz.landmark
* @apiviz.has org.jboss.netty.group.ChannelGroup oneway - - creates * @apiviz.has org.jboss.netty.channel.group.ChannelGroup oneway - - creates
*/ */
public class ChannelGroupFactory { public class ChannelGroupFactory {

View File

@ -33,7 +33,7 @@ import org.jboss.netty.channel.ChannelFuture;
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *
* @apiviz.owns org.jboss.netty.group.ChannelGroupFutureListener - - notifies * @apiviz.owns org.jboss.netty.channel.group.ChannelGroupFutureListener - - notifies
*/ */
public interface ChannelGroupFuture extends Iterable<ChannelFuture>{ public interface ChannelGroupFuture extends Iterable<ChannelFuture>{