package hu.ppke.itk.itkStock.nio.protocol; /** * Command for removing watchers by the client. * * @see RegisterWatcherCommand */ public class UnregisterWatcherCommand extends RegisterWatcherCommand { }