Skip to content

Commit 9f894eb

Browse files
committed
Missed this one
Signed-off-by: Chris Sanders <[email protected]>
1 parent 57c460b commit 9f894eb

File tree

1 file changed

+3
-3
lines changed
  • src/main/java/org/spongepowered/api/network/channel

1 file changed

+3
-3
lines changed

src/main/java/org/spongepowered/api/network/channel/Channel.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
public interface Channel {
3535

3636
/**
37-
* Gets the registrar that this channel is bound to.
37+
* Gets the manager that this channel is bound to.
3838
*
39-
* @return The registrar
39+
* @return The manager
4040
*/
41-
ChannelManager registry();
41+
ChannelManager manager();
4242

4343
/**
4444
* Gets this channel's bound key.

0 commit comments

Comments
 (0)