Skip to content

Commit 4327a50

Browse files
committed
Remove unused class
1 parent 12f749c commit 4327a50

File tree

2 files changed

+3
-67
lines changed

2 files changed

+3
-67
lines changed

tests/server-common/src/test/java/io/a2a/server/apps/common/TestUtilsBean.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
* Contains utilities to interact with the server side for the tests.
1616
* The intent for this bean is to be exposed via REST.
1717
*
18-
* <p>There is a Jakarta implementation in {@code TestUtilsRESTEndpoint} which shows the contract for how to
19-
* expose it via REST. If not using Jakarta REST you will need to provide an implementation that works in a similar
20-
* way to {@code TestUtilsRESTEndpoint}.</p>
21-
*
18+
* <p>There is a Quarkus implementation in {@code A2ATestRoutes} which shows the contract for how to
19+
* expose it via REST. For other REST frameworks, you will need to provide an implementation that works in a similar
20+
* way to {@code A2ATestRoutes}.</p>
2221
*/
2322
@ApplicationScoped
2423
public class TestUtilsBean {

tests/server-common/src/test/java/io/a2a/server/apps/common/TestUtilsRESTEndpoint.java

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)