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
f013bce9
Commit
f013bce9
authored
Aug 16, 2010
by
Lionel Seinturier
Browse files
Remove buggy comment.
parent
6adc0991
Changes
1
Hide whitespace changes
Inline
Side-by-side
tinfi/runtime/oo/src/main/java/org/ow2/frascati/tinfi/osoa/CallbackManager.java
View file @
f013bce9
...
...
@@ -26,7 +26,6 @@ package org.ow2.frascati.tinfi.osoa;
import
java.util.Stack
;
import
org.osoa.sca.CallableReference
;
import
org.ow2.frascati.tinfi.osoa.ConversationImpl
;
/**
* This class manages a thread-local stack of callback callable references.
...
...
@@ -51,11 +50,6 @@ public class CallbackManager {
private
static
CallbackManager
instance
=
new
CallbackManager
();
/**
* The thread-local stack of conversations. The {@link ConversationImpl}
* class is used instead of the {@link org.osoa.sca.Conversation} interface
* since some public methods from the class which are not defined in the
* interface are needed by code which invokes the current class.
*
* @since 1.1.1
*/
private
static
ThreadLocal
<
Stack
<
CallableReference
<?>>>
tl
=
...
...
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