Skip to content

Commit ee8e3c0

Browse files
Fix javadoc reference for publishToMavenLocal
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0756284 commit ee8e3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporal-spring-ai/src/main/java/io/temporal/springai/util/TemporalToolUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private TemporalToolUtil() {
6464
* NexusToolUtil#fromNexusServiceStub(Object...)}
6565
* <li>Child workflow stubs throw {@link UnsupportedOperationException}
6666
* <li>Classes annotated with {@link DeterministicTool} are converted using Spring AI's standard
67-
* {@link ToolCallbacks#from(Object)}
67+
* {@code ToolCallbacks.from(Object)}
6868
* <li>Classes annotated with {@link SideEffectTool} are wrapped in {@code
6969
* Workflow.sideEffect()}
7070
* <li>Other objects throw {@link IllegalArgumentException}

0 commit comments

Comments
 (0)