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 973d723 commit e79ac9cCopy full SHA for e79ac9c
core/src/main/java/org/sterl/spring/persistent_tasks/PersistentTaskService.java
@@ -41,7 +41,7 @@ public class PersistentTaskService {
41
* Returns the last known {@link TriggerData} to a given key. First running triggers are checked.
42
* Maybe out of the history event from a retry execution of the very same id.
43
*
44
- * @param the {@link TriggerKey} to look for
+ * @param key the {@link TriggerKey} to look for
45
* @return the {@link TriggerData} to the {@link TriggerKey}
46
*/
47
public Optional<TriggerData> getLastTriggerData(TriggerKey key) {
0 commit comments