We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b1292 commit dcf9a7aCopy full SHA for dcf9a7a
application/src/main/java/org/togetherjava/tjbot/features/help/MarkHelpThreadCloseInDBRoutine.java
@@ -29,6 +29,8 @@ public final class MarkHelpThreadCloseInDBRoutine implements Routine {
29
* Creates a new instance.
30
*
31
* @param database the database to store help thread metadata in
32
+ * @param helpThreadLifecycleListener class which offers method to update thread status in
33
+ * database
34
*/
35
public MarkHelpThreadCloseInDBRoutine(Database database,
36
HelpThreadLifecycleListener helpThreadLifecycleListener) {
0 commit comments