mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 16:58:56 +00:00
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