Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
b976f528
Commit
b976f528
authored
Jul 27, 2017
by
afreyssin
Browse files
Minor changes.
parent
34367fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
joram/samples/src/joram/rest/RestProducer.java
View file @
b976f528
...
...
@@ -31,8 +31,7 @@ public class RestProducer {
RestProducer
(
String
uri
,
String
dest
)
{
URI
base
=
UriBuilder
.
fromUri
(
uri
).
build
();
ClientConfig
config
=
new
ClientConfig
();
client
=
ClientBuilder
.
newClient
(
config
);
client
=
ClientBuilder
.
newClient
(
new
ClientConfig
());
WebTarget
target
=
client
.
target
(
base
);
System
.
out
.
println
(
"Use Rest/JMS interface: "
+
target
.
getUri
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment