We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c578329 commit 341246aCopy full SHA for 341246a
1 file changed
core/src/main/java/com/google/adk/platform/TimeProvider.java
@@ -22,7 +22,7 @@
22
* Supplies the current time for ADK-generated timestamps.
23
*
24
* <p>The default {@link #SYSTEM} provider reads the wall clock. Integrations that need custom
25
- * timestamps can install a deterministic provider on an invocation; see {@code InvocationContext}.
+ * timestamps can install a custom provider on an invocation; see {@code InvocationContext}.
26
*/
27
@FunctionalInterface
28
public interface TimeProvider {
0 commit comments