Skip to content

Commit 271ce4c

Browse files
committed
update
1 parent ff4e68f commit 271ce4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/spring-helloworld/src/main/java/io/a2a/sdk/apps/spring/demo/SpringDemoApp.java renamed to examples/spring-helloworld/src/main/java/io/a2a/sdk/apps/spring/demo/SpringHelloworld.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*
88
*/
99
@SpringBootApplication
10-
public class SpringDemoApp {
10+
public class SpringHelloworld {
1111

1212
public static void main(String[] args) {
13-
SpringApplication.run(SpringDemoApp.class, args);
13+
SpringApplication.run(SpringHelloworld.class, args);
1414
}
1515
}

0 commit comments

Comments
 (0)