Browse Source

Merge branch '6.2.x'

pull/35514/head
Brian Clozel 3 months ago
parent
commit
33897bb398
  1. 4
      spring-context/src/main/java/org/springframework/scheduling/config/Task.java

4
spring-context/src/main/java/org/springframework/scheduling/config/Task.java

@ -51,7 +51,9 @@ public class Task { @@ -51,7 +51,9 @@ public class Task {
/**
* Return the underlying task.
* Return a {@link Runnable} that executes the underlying task.
* <p>Note, this does not necessarily return the {@link Task#Task(Runnable) original runnable}
* as it can be wrapped by the Framework for additional support.
*/
public Runnable getRunnable() {
return this.runnable;

Loading…
Cancel
Save