Skip to content

Commit f22a715

Browse files
committed
jector: added missing javadoc parts
* modified: jector/src/main/java/com/avrsandbox/jector/core/work/TaskExecutorsManager.java
1 parent 5ee45eb commit f22a715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jector/src/main/java/com/avrsandbox/jector/core/work/TaskExecutorsManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ public Worker[] getWorkers() {
188188
* Binds a worker method to some task executors via {@link WorkerTask}s.
189189
*
190190
* @param clazzes task executors key in the map
191+
* @param worker the worker class containing the runnable annotated methods
191192
* @param method the method to bind
192193
* @param args the method arguments object
193194
*/

0 commit comments

Comments
 (0)