Correct javadoc. See #235

This commit is contained in:
Norman Maurer 2012-04-09 20:02:33 +02:00
parent 32d327ede2
commit 7045831687

View File

@ -37,8 +37,8 @@ public class DefaultLocalServerChannelFactory implements LocalServerChannelFacto
} }
/** /**
* Does nothing because this implementation does not require any external * Release all the previous created channels. This takes care of calling {@link LocalChannelRegistry#unregister(LocalAddress)}
* resources. * for each if them.
*/ */
@Override @Override
public void releaseExternalResources() { public void releaseExternalResources() {