Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
1774b82b
Commit
1774b82b
authored
Mar 11, 2013
by
Philippe Merle
Browse files
Removed the last TODO.
parent
3c02cd30
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/runners/src/test/java/org/ow2/frascati/examples/runners/test/RunnerTest.java
View file @
1774b82b
...
...
@@ -90,8 +90,6 @@ public class RunnerTest
// Hints for creating a Web Service binding.
java
.
util
.
Map
<
String
,
Object
>
hints
=
new
java
.
util
.
HashMap
<
String
,
Object
>();
hints
.
put
(
"plugin.id"
,
"ws"
);
// TODO: This hint should be removed to simplify the usage of the FraSCAti Binding Factory.
hints
.
put
(
"classloader"
,
this
.
getClass
().
getClassLoader
());
hints
.
put
(
"uri"
,
"http://localhost:8765/D"
);
Fractal
.
getLifeCycleController
(
componentRunnerMultiple
).
stopFc
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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