We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead8d0a commit a4fdcdcCopy full SHA for a4fdcdc
dd-smoke-tests/resteasy/src/main/java/smoketest/resteasy/App.java
@@ -12,7 +12,7 @@ public class App extends Application {
12
13
public App() {
14
singletons.add(new Resource());
15
- singletons.add(org.jboss.resteasy.plugins.providers.StringTextStar.class); // Writer for String
+ singletons.add(new org.jboss.resteasy.plugins.providers.StringTextStar()); // Writer for String
16
singletons.add(new JacksonJsonProvider()); // Writer for json
17
}
18
0 commit comments