Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 9fdb7e3

Browse files
fabriziocuccipavelbucek
authored andcommitted
Fixed typo in BeanParamTest
1 parent e865687 commit 9fdb7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/BeanParamTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class BeanParamTest extends JerseyTest {
7575

7676
@Override
7777
protected Application configure() {
78-
return new ResourceConfig(Resouce.class,
78+
return new ResourceConfig(Resource.class,
7979
ResourceInitializedBySetter.class);
8080
}
8181

@@ -156,7 +156,7 @@ private FullBean getFullBean() {
156156
}
157157

158158
@Path("resource")
159-
public static class Resouce {
159+
public static class Resource {
160160

161161
@POST
162162
@Path("singleBean/{path}")

0 commit comments

Comments
 (0)