Skip to content

Commit

Permalink
Update for context
Browse files Browse the repository at this point in the history
  • Loading branch information
vbc00297 authored and vbc00297 committed Jun 7, 2010
1 parent 625ad30 commit 2c57ab9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added docs/rest-webservices-security.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/sample/hello/client/ContactClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ContactClient {

public static void main(String[] args) {
Client c = Client.create();
WebResource r = c.resource("http://localhost:8080/Jersey/rest/contacts");
WebResource r = c.resource("http://localhost:8080/jersey/rest/contacts");

System.out.println("===== Get huangyim =====");
getOneContact(r, "huangyim");
Expand Down

0 comments on commit 2c57ab9

Please sign in to comment.