Skip to content

Commit d92d033

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
* Supplies new unique identifiers for ADK-generated IDs (events, invocations, function calls).
2323
*
2424
* <p>The default {@link #SYSTEM} provider returns random UUIDs. Integrations that need customized
25-
* identifiers can install * a deterministic provider on an invocation; see
26-
* {@code InvocationContext}.
25+
* identifiers can install * a custom provider on an invocation; see {@code InvocationContext}.
2726
*/
2827
@FunctionalInterface
2928
public interface UuidProvider {

0 commit comments

Comments
 (0)