Skip to content

Commit dcf9a7a

Browse files
committed
document updated param in MarkHelpThreadCloseInDBRoutine constructor
1 parent 58b1292 commit dcf9a7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

application/src/main/java/org/togetherjava/tjbot/features/help/MarkHelpThreadCloseInDBRoutine.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ public final class MarkHelpThreadCloseInDBRoutine implements Routine {
2929
* Creates a new instance.
3030
*
3131
* @param database the database to store help thread metadata in
32+
* @param helpThreadLifecycleListener class which offers method to update thread status in
33+
* database
3234
*/
3335
public MarkHelpThreadCloseInDBRoutine(Database database,
3436
HelpThreadLifecycleListener helpThreadLifecycleListener) {

0 commit comments

Comments
 (0)