Skip to content

Commit 341246a

Browse files
authored
Clean up comments
1 parent c578329 commit 341246a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/com/google/adk/platform/TimeProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Supplies the current time for ADK-generated timestamps.
2323
*
2424
* <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}.
25+
* timestamps can install a custom provider on an invocation; see {@code InvocationContext}.
2626
*/
2727
@FunctionalInterface
2828
public interface TimeProvider {

0 commit comments

Comments
 (0)