Added code comments.
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
*
|
||||
* Worker implements Runnable and thus can be executed by ExecutorService
|
||||
*
|
||||
*/
|
||||
public class Worker implements Runnable {
|
||||
|
||||
private Task task;
|
||||
|
Reference in New Issue
Block a user