Skip to content

Commit 66866f5

Browse files
committed
Add some comments
1 parent b28d4cb commit 66866f5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tck/src/main/java/org/wildfly/extras/a2a/server/jakarta/tck/AgentCardProducer.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
import io.a2a.spec.AgentCard;
1212
import io.a2a.spec.AgentSkill;
1313

14+
/**
15+
* This is a copy of the AgentCardProducer from the a2a-java SDK's tck/ module
16+
*/
1417
@ApplicationScoped
1518
public class AgentCardProducer {
1619

tck/src/main/java/org/wildfly/extras/a2a/server/jakarta/tck/AgentExecutorProducer.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
import io.a2a.spec.TaskStatus;
1717
import io.a2a.spec.TaskStatusUpdateEvent;
1818

19+
/**
20+
* This is a copy of the AgentExecutorProducer from the a2a-java SDK's tck/ module
21+
*/
1922
@ApplicationScoped
2023
public class AgentExecutorProducer {
2124

0 commit comments

Comments
 (0)