Skip to content

Commit be35b22

Browse files
tilgalascopybara-github
authored andcommitted
fix: javadocs in ResponseConverter
PiperOrigin-RevId: 868170491
1 parent 495bf95 commit be35b22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

a2a/src/main/java/com/google/adk/a2a/converters/ResponseConverter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public static Message eventToMessage(Event event, String contextId) {
163163
* empty optional if the event should be ignored (e.g. if the event is not a final update for
164164
* TaskArtifactUpdateEvent or if the message is empty for TaskStatusUpdateEvent).
165165
*
166-
* @throws an {@link IllegalArgumentException} if the event type is not supported.
166+
* @throws IllegalArgumentException if the event type is not supported.
167167
*/
168168
public static Optional<Event> clientEventToEvent(
169169
ClientEvent event, InvocationContext invocationContext) {
@@ -182,7 +182,7 @@ public static Optional<Event> clientEventToEvent(
182182
* the event is not a final update for TaskArtifactUpdateEvent or if the message is empty for
183183
* TaskStatusUpdateEvent.
184184
*
185-
* @throws an {@link IllegalArgumentException} if the task update type is not supported.
185+
* @throws IllegalArgumentException if the task update type is not supported.
186186
*/
187187
private static Optional<Event> handleTaskUpdate(
188188
TaskUpdateEvent event, InvocationContext context) {

0 commit comments

Comments
 (0)