Forgot to update @since

This commit is contained in:
str4d
2014-07-15 12:58:58 +00:00
parent 0c7a3a3a39
commit c04062bbdf
3 changed files with 5 additions and 3 deletions

View File

@ -8,10 +8,12 @@ import net.i2p.router.RouterContext;
/**
* Unix domain socket version of ClientListenerRunner.
* <p/>
* This is a stub that does nothing.
* This class is replaced in the Android build.
*
* @since 0.9.15
* @author str4d
* @since 0.9.14
*/
public class DomainClientListenerRunner extends ClientListenerRunner {
public DomainClientListenerRunner(RouterContext context, ClientManager manager) {