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

Commit fc2539c

Browse files
author
Adam Lindenthal
committed
JERSEY-2960 Doc minor fix: variable names not matching
Change-Id: I09a02d5e45c9f9208da7a2ad58fc98f807859622
1 parent e3e4aa1 commit fc2539c

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)