Skip to content

Commit

Permalink
RESTEASY-1491: Client documentation shows ClientFactory but this clas…
Browse files Browse the repository at this point in the history
…s does not exist (#921)

RESTEASY-1491: Client documentation shows ClientFactory but this class does not exist
  • Loading branch information
jesuino authored and asoldano committed Sep 5, 2016
1 parent 52379f3 commit 63606f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@ public interface SimpleClient
<para>

<programlisting>
Client client = ClientFactory.newClient();
Client client = ClientBuilder.newClient();
WebTarget target = client.target("http://example.com/base/uri");
ResteasyWebTarget rtarget = (ResteasyWebTarget)target;

Expand Down

0 comments on commit 63606f0

Please sign in to comment.