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

Commit b2ed716

Browse files
pavelbucekGerrit Code Review
authored andcommitted
Merge "JERSEY-2960 Doc minor fix: variable names not matching"
2 parents 4ad385d + fc2539c commit b2ed716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/docbook/deployment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ HttpServer server = JdkHttpServerFactory.createHttpServer(baseUri, config);</pro
379379
<title>Using Jersey with Grizzly HTTP Server</title>
380380
<programlisting language="java" linenumbering="numbered">URI baseUri = UriBuilder.fromUri("http://localhost/").port(9998).build();
381381
ResourceConfig config = new ResourceConfig(MyResource.class);
382-
HttpServer server = GrizzlyHttpServerFactory.createHttpServer(uri, config);</programlisting>
382+
HttpServer server = GrizzlyHttpServerFactory.createHttpServer(baseUri, config);</programlisting>
383383

384384
The container extension module dependency to be added is:
385385

0 commit comments

Comments
 (0)