-
Bug
-
Resolution: Done
-
Trivial
-
3.0.19.Final
-
None
-
Documentation (Ref Guide, User Guide, etc.)
In documentation at link:
It shows the following piece of code:
Client client = ClientFactory.newClient();
WebTarget target = client.target("http://example.com/base/uri");
But the class ClientFactory does not exist. I think it should be ClientBulder.