Skip to content

Commit 260f84a

Browse files
committed
Renamed Jersey archetype resource to match other implementations.
1 parent 9eb1727 commit 260f84a

File tree

1 file changed

+1
-1
lines changed
  • archetypes/jersey/src/main/resources/archetype-resources/src/main/java/resource

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import javax.ws.rs.core.Response;
1414

1515
@Path("/ping")
16-
public class SimpleResource {
16+
public class PingResource {
1717

1818
@GET
1919
@Produces(MediaType.APPLICATION_JSON)

0 commit comments

Comments
 (0)