Skip to content

Commit d80ed59

Browse files
authored
Clean up readme
1 parent 8126987 commit d80ed59

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

core/src/main/java/com/google/adk/platform/package-info.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
* Seams for overriding system operations such as reading the current time and generating unique
1919
* IDs.
2020
*
21-
* <p>By default ADK uses the wall clock and random UUIDs. Integrations that need reproducible
22-
* timestamps and identifiers (for example, a Temporal workflow that must behave identically on
23-
* replay) can install custom {@link com.google.adk.platform.TimeProvider} and {@link
24-
* com.google.adk.platform.UuidProvider} implementations. Providers are carried on an invocation
25-
* rather than in static state, which keeps them isolated to a single run and safe for concurrent
26-
* invocations with independent providers.
21+
* <p>By default ADK uses the wall clock and random UUIDs. Integrations that need customized
22+
* timestamps and identifiers can install custom {@link com.google.adk.platform.TimeProvider} and
23+
* {@link com.google.adk.platform.UuidProvider} implementations. Providers are carried on an
24+
* invocation rather than in static state, which keeps them isolated to a single run and safe for
25+
* concurrent invocations with independent providers.
2726
*/
2827
package com.google.adk.platform;

0 commit comments

Comments
 (0)