Skip to content

Commit e79ac9c

Browse files
committed
fixed java doc
1 parent 973d723 commit e79ac9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/sterl/spring/persistent_tasks/PersistentTaskService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class PersistentTaskService {
4141
* Returns the last known {@link TriggerData} to a given key. First running triggers are checked.
4242
* Maybe out of the history event from a retry execution of the very same id.
4343
*
44-
* @param the {@link TriggerKey} to look for
44+
* @param key the {@link TriggerKey} to look for
4545
* @return the {@link TriggerData} to the {@link TriggerKey}
4646
*/
4747
public Optional<TriggerData> getLastTriggerData(TriggerKey key) {

0 commit comments

Comments
 (0)