Added some missing @param and @throws Javadoc comments.
Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
@@ -129,7 +129,11 @@ public class BeatmapWatchService {
|
||||
|
||||
/** Watch service listener interface. */
|
||||
public interface BeatmapWatchServiceListener {
|
||||
/** Indication that an event was received. */
|
||||
/**
|
||||
* Indication that an event was received.
|
||||
* @param kind the event kind
|
||||
* @param child the child directory
|
||||
*/
|
||||
public void eventReceived(WatchEvent.Kind<?> kind, Path child);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user